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