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