[project @ 1996-02-06 14:32:22 by dnt]
[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