Safe Haskell | None |
---|---|
Language | GHC2021 |
Napkin.Spec.Yaml.Types.Programs
Documentation
parseYamlHook :: Maybe SpecTableName -> Value -> WarningParser (YamlHook b) #
data YamlHookOnFailure #
Instances
newtype YamlPreprocessor b #
Constructors
YamlPreprocessor | |
Fields |
Instances
Show (YamlPreprocessor b) # | |
Defined in Napkin.Spec.Yaml.Types.Programs Methods showsPrec :: Int -> YamlPreprocessor b -> ShowS # show :: YamlPreprocessor b -> String # showList :: [YamlPreprocessor b] -> ShowS # | |
Eq (YamlPreprocessor b) # | |
Defined in Napkin.Spec.Yaml.Types.Programs Methods (==) :: YamlPreprocessor b -> YamlPreprocessor b -> Bool # (/=) :: YamlPreprocessor b -> YamlPreprocessor b -> Bool # |
parsePreprocessor :: Default (BackendTableMeta b) => Value -> WarningParser (YamlPreprocessor b) #
newtype YamlSpecProgram b #
Constructors
YamlSpecProgram | |
Fields |
Instances
Show (YamlSpecProgram b) # | |
Defined in Napkin.Spec.Yaml.Types.Programs Methods showsPrec :: Int -> YamlSpecProgram b -> ShowS # show :: YamlSpecProgram b -> String # showList :: [YamlSpecProgram b] -> ShowS # | |
Eq (YamlSpecProgram b) # | |
Defined in Napkin.Spec.Yaml.Types.Programs Methods (==) :: YamlSpecProgram b -> YamlSpecProgram b -> Bool # (/=) :: YamlSpecProgram b -> YamlSpecProgram b -> Bool # |
parseSpecProgram :: (ReifiesBackend b, ToDbBackend b, Default (BackendTableMeta b), BackendMetaConstraints b, Typeable b, SqlConcat b) => Value -> WarningParser (YamlSpecProgram b) #