ghc-8.6.4: The GHC API

Safe HaskellNone
LanguageHaskell2010

CoreStats

Contents

Description

Functions to computing the statistics reflective of the "size" of a Core expression

Synopsis

Expression and bindings size

exprSize :: CoreExpr -> Int Source #

A measure of the size of the expressions, strictly greater than 0 Counts *leaves*, not internal nodes. Types and coercions are not counted.

data CoreStats Source #

Constructors

CS 

Fields

Instances
Outputable CoreStats # 
Instance details

Defined in CoreStats