Skip to content
  • Simon Peyton Jones's avatar
    Better pretty-printing of forall types · 37ef7031
    Simon Peyton Jones authored
    Currently forall-types with a lot of type variables,
    or type variables with big kinds, are pretty-printed too
    horizontally, and dribble off to the right in an illegible
    way.
    
    This patch treats the type variables as a group, and uses
    'fsep' to lay them out decently.
    37ef7031