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