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

Stan.Inspection.All

Description

Contains lists of all Inspections and Inspection Ids provided by Stan.

Synopsis

Documentation

inspections :: [Inspection] Source #

List of all inspections.

inspectionsIds :: HashSet (Id Inspection) Source #

Set of all inspection Ids.

Stan inspections search

lookupInspectionById :: Id Inspection -> Maybe Inspection Source #

Look up Inspection by the given inspection Id.

getInspectionById :: Id Inspection -> Inspection Source #

Get the Inspection by the given known inspection Id.