Copyright | (c) 2020 Kowainik |
---|---|
License | MPL-2.0 |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Safe Haskell | None |
Language | Haskell2010 |
Stan.Config.Pretty
Description
stan
configuration pretty printing helper functions.
Documentation
data ConfigAction Source #
Constructors
RemoveAction | |
IncludeAction | |
ExcludeAction | |
IgnoreAction |
Instances
Eq ConfigAction Source # | |
Defined in Stan.Config.Pretty | |
Show ConfigAction Source # | |
Defined in Stan.Config.Pretty Methods showsPrec :: Int -> ConfigAction -> ShowS # show :: ConfigAction -> String # showList :: [ConfigAction] -> ShowS # |
configActionClass :: ConfigAction -> Text Source #
prettyConfigCli :: Config -> Text Source #
configToTriples :: Config -> [(ConfigAction, Text, Text)] Source #