X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fprofiling%2FCostCentre.hi-boot;h=f6a15fc4b6e76d563acf3407e18f5ebfb2972661;hb=317a1fd9a021218f7ef4fbd35783186ab7329901;hp=0f70e0df4f535c35bc832264c217bf97d4eae60a;hpb=dcef38bab91d45b56f7cf3ceeec96303d93728bb;p=ghc-hetmet.git diff --git a/ghc/compiler/profiling/CostCentre.hi-boot b/ghc/compiler/profiling/CostCentre.hi-boot index 0f70e0d..f6a15fc 100644 --- a/ghc/compiler/profiling/CostCentre.hi-boot +++ b/ghc/compiler/profiling/CostCentre.hi-boot @@ -3,14 +3,14 @@ _exports_ CostCentre CostCentre noCostCentre useCurrentCostCentre overheadCostCentre dontCareCostCentre subsumedCosts preludeCafsCostCentre mkAllCafsCC preludeDictsCostCentre mkAllDictsCC cafifyCC mkUserCC; _declarations_ 1 data CostCentre; -1 noCostCentre _:_ CostCentre ;; -1 useCurrentCostCentre _:_ CostCentre ;; -1 overheadCostCentre _:_ CostCentre ;; -1 dontCareCostCentre _:_ CostCentre ;; -1 subsumedCosts _:_ CostCentre ;; -1 preludeCafsCostCentre _:_ CostCentre ;; -1 mkAllCafsCC _:_ FastString.FastString -> FastString.FastString -> CostCentre ;;;; -1 preludeDictsCostCentre _:_ PrelBase.Bool -> CostCentre ;; -1 mkAllDictsCC _:_ FastString.FastString -> FastString.FastString -> PrelBase.Bool -> CostCentre ;; -1 cafifyCC _:_ CostCentre -> CostCentre ;; -1 mkUserCC _:_ FastString.FastString -> FastString.FastString -> FastString.FastString -> CostCentre ;; +1 noCostCentre _:_ CostCentre.CostCentre ;; +1 useCurrentCostCentre _:_ CostCentre.CostCentre ;; +1 overheadCostCentre _:_ CostCentre.CostCentre ;; +1 dontCareCostCentre _:_ CostCentre.CostCentre ;; +1 subsumedCosts _:_ CostCentre.CostCentre ;; +1 preludeCafsCostCentre _:_ CostCentre.CostCentre ;; +1 mkAllCafsCC _:_ FastString.FastString -> FastString.FastString -> CostCentre.CostCentre ;; +1 preludeDictsCostCentre _:_ PrelBase.Bool -> CostCentre.CostCentre ;; +1 mkAllDictsCC _:_ FastString.FastString -> FastString.FastString -> PrelBase.Bool -> CostCentre.CostCentre ;; +1 cafifyCC _:_ CostCentre.CostCentre -> CostCentre.CostCentre ;; +1 mkUserCC _:_ FastString.FastString -> FastString.FastString -> FastString.FastString -> CostCentre.CostCentre ;;