inventory-0.1.0.4: Project statistics and definition analysis
Safe HaskellSafe-Inferred
LanguageHaskell2010

DefCounts.ProcessHie

Synopsis

Documentation

data DefType Source #

Instances

Instances details
Show DefType Source # 
Instance details

Defined in DefCounts.ProcessHie

Eq DefType Source # 
Instance details

Defined in DefCounts.ProcessHie

Methods

(==) :: DefType -> DefType -> Bool #

(/=) :: DefType -> DefType -> Bool #

Ord DefType Source # 
Instance details

Defined in DefCounts.ProcessHie

declLines :: SourceCode -> HieAST a -> DefCounter Source #

Counts up the different types of definitions in the given HieAST.