summaryrefslogtreecommitdiff
path: root/ghc/compiler/deforest/DefExpr.hi
blob: 56bcc06d4c01c2684b0bd3f4f765f4122ae7e337 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# GHC_PRAGMA INTERFACE VERSION 3 #-}
interface DefExpr where
import CmdLineOpts(SwitchResult)
import CoreSyn(CoreArg, CoreExpr)
import DefSyn(DefBindee)
import Id(Id)
import SplitUniq(SplitUniqSupply)
import UniType(UniType)
import UniqFM(UniqFM)
tran :: (a -> SwitchResult) -> UniqFM (CoreExpr Id DefBindee) -> UniqFM UniType -> CoreExpr Id DefBindee -> [CoreArg DefBindee] -> SplitUniqSupply -> CoreExpr Id DefBindee