Safe Haskell | None |
---|---|
Language | Haskell2010 |
Command groups
Documentation
A group of commands
Instances
Show Group Source # | |
Generic Group Source # | |
TextShow Group Source # | |
type Rep Group Source # | |
Defined in Calamity.Commands.Group type Rep Group = D1 ('MetaData "Group" "Calamity.Commands.Group" "calamity-0.1.11.1-inplace" 'False) (C1 ('MetaCons "Group" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "parent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Group)) :*: S1 ('MetaSel ('Just "commands") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (HashMap Text Command)))) :*: (S1 ('MetaSel ('Just "children") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (HashMap Text Group)) :*: (S1 ('MetaSel ('Just "help") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Context -> Text)) :*: S1 ('MetaSel ('Just "checks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Check]))))) |