| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
CookieTray.Command
Documentation
class ToCommandList a where Source #
Methods
toCommandList :: a -> [Command] Source #
Instances
| ToCommandList Command Source # | |
Defined in CookieTray.Command Methods toCommandList :: Command -> [Command] Source # | |
| ToCommandList Many Source # | |
Defined in CookieTray.Command.Many Methods toCommandList :: Many -> [Command] Source # | |
| ToCommandList PutMany Source # | |
Defined in CookieTray.Command.PutMany Methods toCommandList :: PutMany -> [Command] Source # | |
| ToCommandList PutOne Source # | |
Defined in CookieTray.Command.PutOne Methods toCommandList :: PutOne -> [Command] Source # | |