Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Generic.Type.Example
Documentation
data FieldCountSym a Source #
Instances
type App (FieldCountSym :: FunKind a1 Natural -> Type) (a2 :: a1) Source # | |
Defined in Generic.Type.Example |
Instances
Generic X3Fields Source # | |
type Rep X3Fields Source # | |
Defined in Generic.Type.Example type Rep X3Fields = D1 ('MetaData "X3Fields" "Generic.Type.Example" "generic-type-functions-0.1.0-inplace" 'False) (C1 ('MetaCons "X3Fields" 'PrefixI 'True) (S1 ('MetaSel ('Just "x3Fields1") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ()) :*: (S1 ('MetaSel ('Just "x3Fields2") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ()) :*: S1 ('MetaSel ('Just "x3Fields3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ())))) |