[project @ 1996-01-08 20:28:12 by partain]
[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 -> [CoreBinding Id Id] -> [CoreBinding Id Id]
8         {-# GHC_PRAGMA _A_ 2 _U_ 22 _N_ _S_ "LS" _N_ _N_ #-}
9 saWwTopBinds :: SplitUniqSupply -> (GlobalSwitch -> Bool) -> [CoreBinding Id Id] -> [CoreBinding Id Id]
10         {-# GHC_PRAGMA _A_ 3 _U_ 122 _N_ _S_ "LSL" _N_ _N_ #-}
11