e4ef0ef885458369879645dd92142afbefce3960
[ghc-hetmet.git] / ghc / compiler / simplStg / StgVarInfo.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface StgVarInfo where
3 import Id(Id)
4 import StgSyn(StgBinding)
5 setStgVarInfo :: Bool -> [StgBinding Id Id] -> [StgBinding Id Id]
6