Safe Haskell | Ignore |
---|---|
Language | GHC2021 |
GHC.Core.Stats
Contents
Description
Functions to computing the statistics reflective of the "size" of a Core expression
Expression and bindings size
coreBindsSize :: [CoreBind] -> Int #
A measure of the size of the expressions, strictly greater than 0 Counts *leaves*, not internal nodes. Types and coercions are not counted.
Instances
Outputable CoreStats # | |
Defined in GHC.Core.Stats |
coreBindsStats :: [CoreBind] -> CoreStats #