stan-0.0.1.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 Source #

A type of the inspection.

Constructors

Category 

Fields

Instances

Instances details
Eq Category Source # 
Instance details

Defined in Stan.Category

Show Category Source # 
Instance details

Defined in Stan.Category

Hashable Category Source # 
Instance details

Defined in Stan.Category

Methods

hashWithSalt :: Int -> Category -> Int #

hash :: Category -> Int #

ToJSON Category Source # 
Instance details

Defined in Stan.Category

Methods

toJSON :: Category -> Value #

Pretty printing

prettyShowCategory :: Category -> Text Source #

Show Category in a human-friendly format.

Stan categories

stanCategories :: [Category] Source #

The list of all available Stan Categorys.

antiPattern :: Category Source #

AntiPattern category of Stan inspections.

infinite :: Category Source #

Infinite category of Stan inspections.

list :: Category Source #

List category of Stan inspections.

partial :: Category Source #

Partial category of Stan inspections.

spaceLeak :: Category Source #

SpaceLeak category of Stan inspections.

syntax :: Category Source #

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

unsafe :: Category Source #

Unsafe category of Stan inspections.