[project @ 1996-01-18 16:33:17 by partain]
[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