[project @ 1996-01-11 14:06:51 by partain]
[ghc-hetmet.git] / ghc / compiler / simplCore / SimplVar.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface SimplVar where
3 import CoreSyn(CoreArg, CoreExpr)
4 import Id(Id)
5 import SimplEnv(SimplEnv)
6 import SimplMonad(SimplCount)
7 import SplitUniq(SplitUniqSupply)
8 import UniType(UniType)
9 completeVar :: SimplEnv -> Id -> [CoreArg Id] -> SplitUniqSupply -> SimplCount -> (CoreExpr Id Id, SimplCount)
10 leastItCouldCost :: Int -> Int -> Int -> [Bool] -> [UniType] -> Int
11