| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
GHC.Core.Opt.Stats
Documentation
data SimplCount Source #
Arguments
| :: Int | History size of the elaborate counter  | 
| -> Tick | |
| -> SimplCount | |
| -> SimplCount | 
doFreeSimplTick :: Tick -> SimplCount -> SimplCount Source #
simplCountN :: SimplCount -> Int Source #
pprSimplCount :: SimplCount -> SDoc Source #
plusSimplCount :: SimplCount -> SimplCount -> SimplCount Source #
Arguments
| :: Bool | 
  | 
| -> SimplCount | 
isZeroSimplCount :: SimplCount -> Bool Source #
hasDetailedCounts :: SimplCount -> Bool Source #
Constructors