68b982e6f02d0dfa6ff790fb063d03e7967ad6f4
[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