[project @ 1996-02-06 14:32:22 by dnt]
[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