| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Control.Distributed.Raketka.Type.Message
Contents
Documentation
content type is implementation-specific
Instances
| Show content => Show (Message content) Source # | |
| Generic (Message content) Source # | |
| Binary content => Binary (Message content) Source # | |
| type Rep (Message content) Source # | |
Defined in Control.Distributed.Raketka.Type.Message type Rep (Message content) = D1 (MetaData "Message" "Control.Distributed.Raketka.Type.Message" "raketka-1.1.2-IZQHFJ57ILoJVdh9CvR8fh" False) (C1 (MetaCons "Info" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Ping) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ProcessId)) :+: C1 (MetaCons "Message" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 content))) | |