6ba8ea2354b475e2e88e0e767902c6e2486ac488
[ghc-hetmet.git] / ghc / compiler / stranal / StrictAnal.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface StrictAnal where
3 import CmdLineOpts(GlobalSwitch)
4 import CoreSyn(CoreBinding)
5 import Id(Id)
6 import SplitUniq(SplitUniqSupply)
7 saTopBinds :: (Bool, Bool) -> [CoreBinding Id Id] -> [CoreBinding Id Id]
8 saWwTopBinds :: SplitUniqSupply -> (GlobalSwitch -> Bool) -> [CoreBinding Id Id] -> [CoreBinding Id Id]
9