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

Stan.Category

Description

Category — a type of Inspection.

Synopsis

Data type

newtype Category #

A type of the inspection.

Constructors

Category 

Fields

Instances

Instances details
Show Category # 
Instance details

Defined in Stan.Category

Eq Category # 
Instance details

Defined in Stan.Category

Hashable Category # 
Instance details

Defined in Stan.Category

Methods

hashWithSalt :: Int -> Category -> Int #

hash :: Category -> Int #

ToJSON Category # 
Instance details

Defined in Stan.Category

Methods

toJSON :: Category -> Value #

Pretty printing

prettyShowCategory :: Category -> Text #

Show Category in a human-friendly format.

Stan categories

stanCategories :: [Category] #

The list of all available Stan Categorys.

antiPattern :: Category #

AntiPattern category of Stan inspections.

infinite :: Category #

Infinite category of Stan inspections.

list :: Category #

List category of Stan inspections.

partial :: Category #

Partial category of Stan inspections.

spaceLeak :: Category #

SpaceLeak category of Stan inspections.

syntax :: Category #

Syntax category of Stan inspections. Usually used in Style inspections.

unsafe :: Category #

Unsafe category of Stan inspections.