napkin-runtime
Safe HaskellNone
LanguageGHC2024

Napkin.Spec.Yaml.Interpret.Types

Documentation

newtype RawMarkedInterpretedSpec b #

Instances

Instances details
Generic (RawMarkedInterpretedSpec b) # 
Instance details

Defined in Napkin.Spec.Yaml.Interpret.Types

Associated Types

type Rep (RawMarkedInterpretedSpec b) 
Instance details

Defined in Napkin.Spec.Yaml.Interpret.Types

type Rep (RawMarkedInterpretedSpec b) = D1 ('MetaData "RawMarkedInterpretedSpec" "Napkin.Spec.Yaml.Interpret.Types" "napkin-runtime-2.0.0-82IwJez7npa6jpEPtQEBgv" 'True) (C1 ('MetaCons "RawMarkedInterpretedSpec" 'PrefixI 'True) (S1 ('MetaSel ('Just "raw") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (RawInterpretedSpec b))))
type Rep (RawMarkedInterpretedSpec b) # 
Instance details

Defined in Napkin.Spec.Yaml.Interpret.Types

type Rep (RawMarkedInterpretedSpec b) = D1 ('MetaData "RawMarkedInterpretedSpec" "Napkin.Spec.Yaml.Interpret.Types" "napkin-runtime-2.0.0-82IwJez7npa6jpEPtQEBgv" 'True) (C1 ('MetaCons "RawMarkedInterpretedSpec" 'PrefixI 'True) (S1 ('MetaSel ('Just "raw") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (RawInterpretedSpec b))))

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-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)))))))
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-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 #

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-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)))))
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-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)))))