calamity-commands-0.1.3.0: A library for declaring, parsing, and invoking text-input based commands
Safe HaskellNone
LanguageHaskell2010

CalamityCommands.Group

Description

Command groups

Synopsis

Documentation

data Group m c a Source #

A group of commands

Constructors

Group 

Fields

Instances

Instances details
Show (Group m c a) Source # 
Instance details

Defined in CalamityCommands.Group

Methods

showsPrec :: Int -> Group m c a -> ShowS #

show :: Group m c a -> String #

showList :: [Group m c a] -> ShowS #

Generic (Group m c a) Source # 
Instance details

Defined in CalamityCommands.Group

Associated Types

type Rep (Group m c a) :: Type -> Type #

Methods

from :: Group m c a -> Rep (Group m c a) x #

to :: Rep (Group m c a) x -> Group m c a #

TextShow (Group m c a) Source # 
Instance details

Defined in CalamityCommands.Group

Methods

showbPrec :: Int -> Group m c a -> Builder

showb :: Group m c a -> Builder

showbList :: [Group m c a] -> Builder

showtPrec :: Int -> Group m c a -> Text

showt :: Group m c a -> Text

showtList :: [Group m c a] -> Text

showtlPrec :: Int -> Group m c a -> Text

showtl :: Group m c a -> Text

showtlList :: [Group m c a] -> Text

type Rep (Group m c a) Source # 
Instance details

Defined in CalamityCommands.Group