homplexity-0.4.4.2: Haskell code quality tool

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Homplexity.Cyclomatic

Description

Computing cyclomatic complexity and branching depth.

Synopsis

Documentation

cyclomaticT :: Proxy Cyclomatic Source

For passing Cyclomatic type as parameter.

depthT :: Proxy Depth Source

For passing Depth type as parameter.