33668240d1fe95a1f27652ef876220909f592e83
[ghc-hetmet.git] / ghc / compiler / simplStg / LambdaLift.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface LambdaLift where
3 import Id(Id)
4 import SplitUniq(SplitUniqSupply)
5 import StgSyn(StgBinding)
6 liftProgram :: SplitUniqSupply -> [StgBinding Id Id] -> [StgBinding Id Id]
7