summaryrefslogtreecommitdiff
path: root/ghc/compiler/simplStg/UpdAnal.hi
blob: f26ca4a9be9c3eb0b7a269886f4bf30a47abb1aa (plain)
1
2
3
4
5
6
{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
interface UpdAnal where
import Id(Id)
import StgSyn(StgBinding)
updateAnalyse :: [StgBinding Id Id] -> [StgBinding Id Id]