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