Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
42661 commits behind, 2 commits ahead of the upstream repository.
  • Ian Lynagh's avatar
    06c6d970
    Add a class HasDynFlags(getDynFlags) · 06c6d970
    Ian Lynagh authored
    We no longer have many separate, clashing getDynFlags functions
    
    I've given each GhcMonad its own HasDynFlags instance, rather than
    using UndecidableInstances to make a GhcMonad m => HasDynFlags m
    instance.
    06c6d970
    History
    Add a class HasDynFlags(getDynFlags)
    Ian Lynagh authored
    We no longer have many separate, clashing getDynFlags functions
    
    I've given each GhcMonad its own HasDynFlags instance, rather than
    using UndecidableInstances to make a GhcMonad m => HasDynFlags m
    instance.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
StgCmmMonad.hs 20.56 KiB