homplexity

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Homplexity.Cyclomatic

Description

Computing cyclomatic complexity and branching depth.

Synopsis

Documentation

cyclomaticT :: Proxy Cyclomatic

For passing Cyclomatic type as parameter.

depthT :: Proxy Depth

For passing Depth type as parameter.