| Copyright | (c) 2020 Kowainik |
|---|---|
| License | MPL-2.0 |
| Maintainer | Kowainik <xrom.xkov@gmail.com> |
| Safe Haskell | None |
| Language | Haskell2010 |
Stan.Inspection.All
Contents
Description
Contains lists of all Inspections and Inspection Ids provided by Stan.
Synopsis
Documentation
inspectionsMap :: InspectionsMap #
All Inspections map from Ids.
inspections :: [Inspection] #
List of all inspections.
inspectionsIds :: HashSet (Id Inspection) #
Set of all inspection Ids.
Stan inspections search
lookupInspectionById :: Id Inspection -> Maybe Inspection #
Look up Inspection by the given inspection Id.
getInspectionById :: Id Inspection -> Inspection #
Get the Inspection by the given known inspection Id.