[project @ 1996-02-06 14:32:22 by dnt]
[ghc-hetmet.git] / ghc / compiler / profiling / SCCauto.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface SCCauto where
3 import CmdLineOpts(GlobalSwitch, SwitchResult)
4 import CoreSyn(CoreBinding)
5 import Id(Id)
6 import PreludePS(_PackedString)
7 addAutoCostCentres :: (GlobalSwitch -> SwitchResult) -> _PackedString -> [CoreBinding Id Id] -> [CoreBinding Id Id]
8