c45043ea8efbd0a486f419a4977c9cc12195f1d4
[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         {-# GHC_PRAGMA _A_ 1 _U_ 1 _N_ _S_ "S" _N_ _N_ #-}
7