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