Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Ian Lynagh's avatar
    78b8c8c8
    More work towards cross-compilation · 78b8c8c8
    Ian Lynagh authored
    There's now a variant of the Outputable class that knows what
    platform we're targetting:
    
    class PlatformOutputable a where
        pprPlatform :: Platform -> a -> SDoc
        pprPlatformPrec :: Platform -> Rational -> a -> SDoc
    
    and various instances have had to be converted to use that class,
    and we pass Platform around accordingly.
    78b8c8c8
    History
    More work towards cross-compilation
    Ian Lynagh authored
    There's now a variant of the Outputable class that knows what
    platform we're targetting:
    
    class PlatformOutputable a where
        pprPlatform :: Platform -> a -> SDoc
        pprPlatformPrec :: Platform -> Rational -> a -> SDoc
    
    and various instances have had to be converted to use that class,
    and we pass Platform around accordingly.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.