Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
43042 commits behind, 78 commits ahead of the upstream repository.
  • Simon Peyton Jones's avatar
    c7fbd95b
    Tidy up pretty-printing for variables · c7fbd95b
    Simon Peyton Jones authored
    We already have a class OutputableBndr; this patch adds
    methods pprInfixOcc and pprPrefixOcc, so that we can get
    rid of the hideous hack (the old) Outputable.pprHsVar.
    
    The hack was exposed by Trac #5657, which is thereby fixed.
    c7fbd95b
    History
    Tidy up pretty-printing for variables
    Simon Peyton Jones authored
    We already have a class OutputableBndr; this patch adds
    methods pprInfixOcc and pprPrefixOcc, so that we can get
    rid of the hideous hack (the old) Outputable.pprHsVar.
    
    The hack was exposed by Trac #5657, which is thereby fixed.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
HsDecls.lhs 46.80 KiB