Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype YamlBackendTableMeta b #
Instances
newtype YamlBackendViewMeta b #
Instances
newtype YamlBackendMaterializedViewMeta b #
Instances
NoMeta () |
Instances
ToJSON NoMeta # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta | |
FromJSON NoMeta # | |
MaybeDefault NoMeta # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta |
newtype NotSupported #
Instances
ToJSON NotSupported # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta toJSON :: NotSupported -> Value # toEncoding :: NotSupported -> Encoding # toJSONList :: [NotSupported] -> Value # toEncodingList :: [NotSupported] -> Encoding # | |
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 #