Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.3-FTgcrjCmp8LIcvpGcp7VsL" 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))) |
Orphan instances
PrintfArg ProcessId Source # | |
formatArg :: ProcessId -> FieldFormatter # parseFormat :: ProcessId -> ModifierParser # |