Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Special command parameter that enables command chaining.
Documentation
When this type is used as a parameter of a command handler function, the command is declared with the -bar
option,
allowing other commands to be chained after it with |
.
This has no effect on the execution.
Instances
Show Bar Source # | |
Eq Bar Source # | |
MsgpackDecode Bar Source # | |
Defined in Ribosome.Host.Data.Bar fromMsgpack :: Object -> Either DecodeError Bar Source # | |
HandlerArg Bar r Source # | |
Defined in Ribosome.Host.Handler.Codec | |
BeforeRegular al Bar => SpecialParam ('OptionState al c ac) Bar Source # | |
Defined in Ribosome.Host.Handler.Command type TransSpecial ('OptionState al c ac) Bar :: OptionState Source # | |
type TransSpecial ('OptionState al c ac) Bar Source # | |
Defined in Ribosome.Host.Handler.Command |