6aa23d2ed5c93a20967613664a84f3329347c741
[ghc-hetmet.git] / ghc / compiler / deforest / Deforest.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 3 #-}
2 interface Deforest where
3 import CmdLineOpts(GlobalSwitch, SwitchResult)
4 import CoreSyn(CoreBinding)
5 import Id(Id)
6 import SplitUniq(SplitUniqSupply)
7 deforestProgram :: (GlobalSwitch -> SwitchResult) -> [CoreBinding Id Id] -> SplitUniqSupply -> [CoreBinding Id Id]
8