| Safe Haskell | Ignore |
|---|---|
| Language | GHC2021 |
GHC.Core.Opt.Stats
Documentation
data SimplCount #
Arguments
| :: Int | History size of the elaborate counter |
| -> Tick | |
| -> SimplCount | |
| -> SimplCount |
doFreeSimplTick :: Tick -> SimplCount -> SimplCount #
simplCountN :: SimplCount -> Int #
pprSimplCount :: SimplCount -> SDoc #
plusSimplCount :: SimplCount -> SimplCount -> SimplCount #
Arguments
| :: Bool |
|
| -> SimplCount |
isZeroSimplCount :: SimplCount -> Bool #
hasDetailedCounts :: SimplCount -> Bool #
Constructors
Instances
| Outputable Tick # | |
Defined in GHC.Core.Opt.Stats | |
| Eq Tick # | |
| Ord Tick # | |