[project @ 2003-12-28 13:02:46 by panne]
[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.CostCentre ;;
7 1 useCurrentCostCentre _:_ CostCentre.CostCentre ;;
8 1 overheadCostCentre _:_ CostCentre.CostCentre ;;
9 1 dontCareCostCentre _:_ CostCentre.CostCentre ;;
10 1 subsumedCosts _:_ CostCentre.CostCentre ;;
11 1 preludeCafsCostCentre _:_ CostCentre.CostCentre ;;
12 1 mkAllCafsCC _:_ FastString.FastString -> FastString.FastString -> CostCentre.CostCentre ;;
13 1 preludeDictsCostCentre _:_ PrelBase.Bool -> CostCentre.CostCentre ;;
14 1 mkAllDictsCC _:_ FastString.FastString -> FastString.FastString -> PrelBase.Bool -> CostCentre.CostCentre ;;
15 1 cafifyCC _:_ CostCentre.CostCentre -> CostCentre.CostCentre ;;
16 1 mkUserCC _:_ FastString.FastString -> FastString.FastString -> FastString.FastString -> CostCentre.CostCentre ;;