| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
CalamityCommands.Command
Description
Commands and stuff
Documentation
data Command (m :: Type -> Type) (c :: Type) (a :: Type) Source #
A command, paremeterised over its context
Constructors
| forall p. Command | |
Fields
| |
Instances
| Show (Command m c a) Source # | |
| TextShow (Command m c a) Source # | |
Defined in CalamityCommands.Command Methods showbPrec :: Int -> Command m c a -> Builder # showb :: Command m c a -> Builder # showbList :: [Command m c a] -> Builder # showtPrec :: Int -> Command m c a -> Text # showt :: Command m c a -> Text # showtList :: [Command m c a] -> Text # showtlPrec :: Int -> Command m c a -> Text # showtl :: Command m c a -> Text # showtlList :: [Command m c a] -> Text # | |