summaryrefslogtreecommitdiff
path: root/ghc/compiler/stgSyn/StgFuns.hi
blob: 83ce7be440afb1e68086fb2184f35637f5df9526 (plain)
1
2
3
4
5
6
7
{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
interface StgFuns where
import Id(Id)
import StgSyn(StgRhs)
mapStgBindeesRhs :: (Id -> Id) -> StgRhs Id Id -> StgRhs Id Id
	{-# GHC_PRAGMA _A_ 2 _U_ 21 _N_ _S_ "LS" _N_ _N_ #-}