Safe Haskell | None |
---|---|
Language | GHC2021 |
Documentation
parseYamlHook :: Maybe SpecTableName -> Value -> WarningParser (YamlHook b) #
data YamlHookOnFailure #
Instances
newtype YamlPreprocessor b #
Instances
Show (YamlPreprocessor b) # | |
Defined in Napkin.Spec.Yaml.Types.Programs showsPrec :: Int -> YamlPreprocessor b -> ShowS # show :: YamlPreprocessor b -> String # showList :: [YamlPreprocessor b] -> ShowS # | |
Eq (YamlPreprocessor b) # | |
Defined in Napkin.Spec.Yaml.Types.Programs (==) :: YamlPreprocessor b -> YamlPreprocessor b -> Bool # (/=) :: YamlPreprocessor b -> YamlPreprocessor b -> Bool # |
parsePreprocessor :: Default (BackendTableMeta b) => Value -> WarningParser (YamlPreprocessor b) #
newtype YamlSpecProgram b #
Instances
Show (YamlSpecProgram b) # | |
Defined in Napkin.Spec.Yaml.Types.Programs showsPrec :: Int -> YamlSpecProgram b -> ShowS # show :: YamlSpecProgram b -> String # showList :: [YamlSpecProgram b] -> ShowS # | |
Eq (YamlSpecProgram b) # | |
Defined in Napkin.Spec.Yaml.Types.Programs (==) :: 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) #