[project @ 1997-05-19 00:12:10 by sof]
[ghc-hetmet.git] / ghc / compiler / profiling / CostCentre.hi-boot
1 _interface_ CostCentre 1
2 _exports_
3 CostCentre CostCentre noCostCentre useCurrentCostCentre overheadCostCentre dontCareCostCentre subsumedCosts preludeCafsCostCentre mkAllCafsCC preludeDictsCostCentre mkAllDictsCC cafifyCC mkUserCC;
4 _declarations_
5 1 data CostCentre;
6 1 noCostCentre _:_ CostCentre ;;
7 1 useCurrentCostCentre _:_ CostCentre ;;
8 1 overheadCostCentre _:_ CostCentre ;;
9 1 dontCareCostCentre _:_ CostCentre ;;
10 1 subsumedCosts _:_ CostCentre ;;
11 1 preludeCafsCostCentre _:_ CostCentre ;;
12 1 mkAllCafsCC _:_ FastString.FastString -> FastString.FastString -> CostCentre ;;;;
13 1 preludeDictsCostCentre _:_ PrelBase.Bool -> CostCentre ;;
14 1 mkAllDictsCC _:_ FastString.FastString -> FastString.FastString -> PrelBase.Bool -> CostCentre ;;
15 1 cafifyCC _:_ CostCentre -> CostCentre ;;
16 1 mkUserCC _:_ FastString.FastString -> FastString.FastString -> FastString.FastString -> CostCentre ;;