napkin-0.5.14
Safe HaskellSafe-Inferred
LanguageGHC2021

Napkin.Backends.MsSql.ApiGen.Types

Documentation

class CombiBomb a where #

data ComBombShell #

Constructors

forall a.(Typeable a, CombiBomb a) => ComBombShell (Proxy a) 

data MsSqlApiDefExpr #

Instances

Instances details
Generic MsSqlApiDefExpr # 
Instance details

Defined in Napkin.Backends.MsSql.ApiGen.Types

Associated Types

type Rep MsSqlApiDefExpr :: Type -> Type #

Show MsSqlApiDefExpr # 
Instance details

Defined in Napkin.Backends.MsSql.ApiGen.Types

Eq MsSqlApiDefExpr # 
Instance details

Defined in Napkin.Backends.MsSql.ApiGen.Types

Hashable MsSqlApiDefExpr # 
Instance details

Defined in Napkin.Backends.MsSql.ApiGen.Types

type Rep MsSqlApiDefExpr # 
Instance details

Defined in Napkin.Backends.MsSql.ApiGen.Types

type Rep MsSqlApiDefExpr = D1 ('MetaData "MsSqlApiDefExpr" "Napkin.Backends.MsSql.ApiGen.Types" "napkin-0.5.14-JrXUGmKUOt9J0meJSj0Kh4" 'False) ((((C1 ('MetaCons "Keyword" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 KeywordText)) :+: C1 ('MetaCons "Expr" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 IdenText))) :+: (C1 ('MetaCons "AngledExpr" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 IdenText)) :+: C1 ('MetaCons "AtIden" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 IdenText)))) :+: ((C1 ('MetaCons "QuotedIden" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 IdenText)) :+: C1 ('MetaCons "MayBeOne" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [MsSqlApiDefExpr]))) :+: (C1 ('MetaCons "OneOf" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [MsSqlApiDefExpr])) :+: C1 ('MetaCons "All" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [MsSqlApiDefExpr]))))) :+: (((C1 ('MetaCons "CommaPrefixed" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 MsSqlApiDefExpr)) :+: C1 ('MetaCons "VarArg" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 IdenText))) :+: (C1 ('MetaCons "ColonTuple" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 IdenText) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 IdenText)) :+: C1 ('MetaCons "NonEmptyList" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 MsSqlApiDefExpr)))) :+: ((C1 ('MetaCons "EmptyList" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 MsSqlApiDefExpr)) :+: C1 ('MetaCons "Parens" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 MsSqlApiDefExpr))) :+: (C1 ('MetaCons "DotSuffixed" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 MsSqlApiDefExpr)) :+: (C1 ('MetaCons "SingleQuoted" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 MsSqlApiDefExpr)) :+: C1 ('MetaCons "ComBomb" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ComBombShell)))))))

data SubDefMeta #

Instances

Instances details
Show SubDefMeta # 
Instance details

Defined in Napkin.Backends.MsSql.ApiGen.Types

Eq SubDefMeta # 
Instance details

Defined in Napkin.Backends.MsSql.ApiGen.Types