| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Napkin.Spec.Yaml.Interpret.Types
Documentation
newtype RawMarkedInterpretedSpec b #
Constructors
| RawMarkedInterpretedSpec | |
Fields
| |
Instances
data RawInterpretedSpec b #
Constructors
| RawInterpretedSpec | |
Fields | |
Instances
| Generic (RawInterpretedSpec b) # | |||||
Defined in Napkin.Spec.Yaml.Interpret.Types Associated Types
Methods from :: RawInterpretedSpec b -> Rep (RawInterpretedSpec b) x # to :: Rep (RawInterpretedSpec b) x -> RawInterpretedSpec b # | |||||
| type Rep (RawInterpretedSpec b) # | |||||
Defined in Napkin.Spec.Yaml.Interpret.Types type Rep (RawInterpretedSpec b) = D1 ('MetaData "RawInterpretedSpec" "Napkin.Spec.Yaml.Interpret.Types" "napkin-runtime-2.0.0-82IwJez7npa6jpEPtQEBgv" 'False) (C1 ('MetaCons "RawInterpretedSpec" 'PrefixI 'True) ((S1 ('MetaSel ('Just "rawSpecSpecs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Specs b)) :*: (S1 ('MetaSel ('Just "rawSpecCustomValidator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe CustomValidator)) :*: S1 ('MetaSel ('Just "rawSpecDialect") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SQLDialect))) :*: ((S1 ('MetaSel ('Just "rawSpecArguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Map Text SpecProgramArgumentDefinition)) :*: S1 ('MetaSel ('Just "rawSpecDepsValidators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [DepsValidator])) :*: (S1 ('MetaSel ('Just "rawSpecTaggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [SpecsMarker b]) :*: S1 ('MetaSel ('Just "rawSpecCLI") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe (CLIProgram b))))))) | |||||
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-82IwJez7npa6jpEPtQEBgv" '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 (RawMarkedInterpretedSpec b) (SpecDepsAndQueries b) |