7dc9282ed6e56546ac5ee8d066c0cb1ea82ebeaf
[ghc-hetmet.git] / ghc / compiler / simplStg / StgStats.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface StgStats where
3 import Id(Id)
4 import StgSyn(StgBinding)
5 showStgStats :: [StgBinding Id Id] -> [Char]
6         {-# GHC_PRAGMA _A_ 1 _U_ 1 _N_ _S_ "S" _N_ _N_ #-}
7