summaryrefslogtreecommitdiff
path: root/ghc/compiler/simplStg/SatStgRhs.hi
blob: de10f7c4245e3eb2d44ecb7f9bbb1e9dcfb8697a (plain)
1
2
3
4
5
6
7
8
{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
interface SatStgRhs where
import Id(Id)
import SplitUniq(SplitUniqSupply)
import StgSyn(StgBinding)
satStgRhs :: [StgBinding Id Id] -> SplitUniqSupply -> [StgBinding Id Id]
	{-# GHC_PRAGMA _A_ 2 _U_ 11 _N_ _S_ "S" _N_ _N_ #-}