| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Ribosome.Host.Data.Bar
Description
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.
Constructors
| Bar |
Instances
| Show Bar Source # | |
| Eq Bar Source # | |
| MsgpackDecode 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 Associated Types type TransSpecial ('OptionState al c ac) Bar :: OptionState Source # | |
| type TransSpecial ('OptionState al c ac) Bar Source # | |
Defined in Ribosome.Host.Handler.Command | |