[project @ 1996-02-06 14:32:22 by dnt]
[ghc-hetmet.git] / ghc / compiler / deforest / TreelessForm.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 3 #-}
2 interface TreelessForm where
3 import CmdLineOpts(SwitchResult)
4 import CoreSyn(CoreExpr)
5 import DefSyn(DefBindee)
6 import Id(Id)
7 import SplitUniq(SplitUniqSupply)
8 convertToTreelessForm :: (a -> SwitchResult) -> CoreExpr Id DefBindee -> SplitUniqSupply -> CoreExpr Id DefBindee
9