napkin-runtime-2.0.0
Safe HaskellNone
LanguageGHC2024

Napkin.Spec.Yaml.Interpret.Types

Documentation

data RawInterpretedSpec b #

Instances

Instances details
Generic (RawInterpretedSpec b) # 
Instance details

Defined in Napkin.Spec.Yaml.Interpret.Types

Associated Types

type Rep (RawInterpretedSpec b) 
Instance details

Defined in Napkin.Spec.Yaml.Interpret.Types

type Rep (RawInterpretedSpec b) = D1 ('MetaData "RawInterpretedSpec" "Napkin.Spec.Yaml.Interpret.Types" "napkin-runtime-2.0.0-AbUSC19VfBbDo6havMLZ8N" '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 "rawSpecCLI") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe (CLIProgram b)))))))
type Rep (RawInterpretedSpec b) # 
Instance details

Defined in Napkin.Spec.Yaml.Interpret.Types

type Rep (RawInterpretedSpec b) = D1 ('MetaData "RawInterpretedSpec" "Napkin.Spec.Yaml.Interpret.Types" "napkin-runtime-2.0.0-AbUSC19VfBbDo6havMLZ8N" '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 "rawSpecCLI") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe (CLIProgram b)))))))

data InterpretedSpecEnvironment #

Instances

Instances details
Generic InterpretedSpecEnvironment # 
Instance details

Defined in Napkin.Spec.Yaml.Interpret.Types

Associated Types

type Rep InterpretedSpecEnvironment 
Instance details

Defined in Napkin.Spec.Yaml.Interpret.Types

type Rep InterpretedSpecEnvironment = D1 ('MetaData "InterpretedSpecEnvironment" "Napkin.Spec.Yaml.Interpret.Types" "napkin-runtime-2.0.0-AbUSC19VfBbDo6havMLZ8N" '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)))))
type Rep InterpretedSpecEnvironment # 
Instance details

Defined in Napkin.Spec.Yaml.Interpret.Types

type Rep InterpretedSpecEnvironment = D1 ('MetaData "InterpretedSpecEnvironment" "Napkin.Spec.Yaml.Interpret.Types" "napkin-runtime-2.0.0-AbUSC19VfBbDo6havMLZ8N" '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)))))