| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Foreign.Erlang.ControlMessage
Documentation
data ControlMessage Source #
Constructors
| TICK | |
| LINK Pid Pid | |
| SEND Pid Term | |
| EXIT Pid Pid Term | |
| UNLINK Pid Pid | |
| NODE_LINK | |
| REG_SEND Pid Term Term | |
| GROUP_LEADER Pid Pid | |
| EXIT2 Pid Pid Term |
Instances
| Eq ControlMessage Source # | |
Defined in Foreign.Erlang.ControlMessage Methods (==) :: ControlMessage -> ControlMessage -> Bool # (/=) :: ControlMessage -> ControlMessage -> Bool # | |
| Show ControlMessage Source # | |
Defined in Foreign.Erlang.ControlMessage Methods showsPrec :: Int -> ControlMessage -> ShowS # show :: ControlMessage -> String # showList :: [ControlMessage] -> ShowS # | |
| Arbitrary ControlMessage Source # | |
Defined in Foreign.Erlang.ControlMessage | |
| Binary ControlMessage Source # | |
Defined in Foreign.Erlang.ControlMessage Methods put :: ControlMessage -> Put # get :: Get ControlMessage # putList :: [ControlMessage] -> Put # | |