Safe Haskell | None |
---|---|
Language | GHC2024 |
Documentation
data RawInterpretedSpec b #
Instances
data InterpretedSpecEnvironment #
Instances
Generic InterpretedSpecEnvironment # | |||||
Defined in Napkin.Spec.Yaml.Interpret.Types
| |||||
type Rep InterpretedSpecEnvironment # | |||||
Defined in Napkin.Spec.Yaml.Interpret.Types type Rep InterpretedSpecEnvironment = D1 ('MetaData "InterpretedSpecEnvironment" "Napkin.Spec.Yaml.Interpret.Types" "napkin-runtime-2.0.0-Ct8w2lsjRa3AUoSevHfCKx" 'False) (C1 ('MetaCons "InterpretedSpecEnvironment" 'PrefixI 'True) ((S1 ('MetaSel ('Just "specEnvDialect") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SQLDialect) :*: S1 ('MetaSel ('Just "specEnvTransformers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 QueryTransformer)) :*: (S1 ('MetaSel ('Just "specEnvMetaArgs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SpecMetaArgs) :*: S1 ('MetaSel ('Just "specEnvCustomValidator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe CustomValidator))))) |