Safe Haskell | None |
---|---|
Language | GHC2021 |
Documentation
newtype YamlBackendTableMeta b #
Instances
newtype YamlBackendViewMeta b #
Instances
newtype YamlBackendMaterializedViewMeta b #
Instances
NoMeta () |
newtype NotSupported #
Instances
FromJSON NotSupported # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta parseJSON :: Value -> Parser NotSupported # parseJSONList :: Value -> Parser [NotSupported] # | |
MaybeDefault NotSupported # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta defMb :: Maybe NotSupported # |
newtype UseDefault a #
Instances
Default a => MaybeDefault (UseDefault a) # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta defMb :: Maybe (UseDefault a) # |
class MaybeDefault a where #