Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Napkin.Spec.Yaml.Types.BackendMeta
Contents
Documentation
newtype YamlBackendTableMeta b #
Constructors
YamlBackendTableMeta | |
Fields |
Instances
newtype YamlBackendViewMeta b #
Constructors
YamlBackendViewMeta | |
Fields |
Instances
newtype YamlBackendMaterializedViewMeta b #
Constructors
YamlBackendMaterializedViewMeta | |
Instances
Constructors
NoMeta () |
newtype NotSupported #
Constructors
NotSupported Void |
Instances
FromJSON NotSupported # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta | |
MaybeDefault NotSupported # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta Methods defMb :: Maybe NotSupported # |
newtype UseDefault a #
Constructors
UseDefault a |
Instances
Default a => MaybeDefault (UseDefault a) # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta Methods defMb :: Maybe (UseDefault a) # |
class MaybeDefault a where #