[project @ 1996-01-11 14:06:51 by partain]
[ghc-hetmet.git] / ghc / compiler / simplCore / FoldrBuildWW.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface FoldrBuildWW where
3 import CmdLineOpts(GlobalSwitch)
4 import CoreSyn(CoreBinding)
5 import Id(Id)
6 import SplitUniq(SplitUniqSupply)
7 mkFoldrBuildWW :: (GlobalSwitch -> Bool) -> SplitUniqSupply -> [CoreBinding Id Id] -> [CoreBinding Id Id]
8