Safe Haskell | None |
---|---|
Language | GHC2024 |
Napkin.Spec.Yaml.Interpret.Types
Documentation
data RawInterpretedSpec b #
Constructors
RawInterpretedSpec | |
Instances
data InterpretedSpecEnvironment #
Constructors
InterpretedSpecEnvironment | |
Instances
Generic InterpretedSpecEnvironment # | |||||
Defined in Napkin.Spec.Yaml.Interpret.Types Associated Types
Methods from :: InterpretedSpecEnvironment -> Rep InterpretedSpecEnvironment x # to :: Rep InterpretedSpecEnvironment x -> InterpretedSpecEnvironment # | |||||
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-CwQG4bkztHq3CGEFRBdkDS" '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))))) |
data ValidatedInterpretedSpec b #
Constructors
ValidatedInterpretedSpec (RawInterpretedSpec b) (SpecDepsAndQueries b) |