Copyright | (c) 2020 Kowainik |
---|---|
License | MPL-2.0 |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Safe Haskell | None |
Language | Haskell2010 |
Stan.Report.Settings
Description
Report settings types.
Synopsis
- data ReportSettings = ReportSettings {}
- data Verbosity
- isVerbose :: Verbosity -> Bool
- data ToggleSolution
- isHidden :: ToggleSolution -> Bool
Documentation
Verbosity
Constructors
Verbose | |
NonVerbose |
Toggle
data ToggleSolution Source #
Boolean for showing/hiding solution information of observations.
Constructors
HideSolution | |
ShowSolution |
Instances
Show ToggleSolution Source # | |
Defined in Stan.Report.Settings Methods showsPrec :: Int -> ToggleSolution -> ShowS # show :: ToggleSolution -> String # showList :: [ToggleSolution] -> ShowS # |
isHidden :: ToggleSolution -> Bool Source #
Is the toggle option set to HideSolution
?