stan-0.0.1.0: Haskell STatic ANalyser
Copyright(c) 2020 Kowainik
LicenseMPL-2.0
MaintainerKowainik <xrom.xkov@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Stan.Analysis.Pretty

Contents

Description

Pretty printing of Stan's analysis.

Synopsis

Documentation

prettyShowAnalysis :: Analysis -> OutputSettings -> Text Source #

Shows analysed output of Stan work. This functions groups Observations by FilePath they are found in.

Numbers

data ProjectHealth Source #

Enum to describe project health depending on the value of anHealth.

prettyHealth :: Double -> Text Source #

Show project health as pretty text with 2 digits after dot.