Safe Haskell | None |
---|---|
Language | Haskell2010 |
Foreign.Erlang.Handshake
Documentation
data HandshakeData Source #
Constructors
HandshakeData | |
doConnect :: (MonadCatch m, MonadIO m) => (forall o. Binary o => o -> m ()) -> (forall i. Binary i => m i) -> HandshakeData -> m () Source #
doAccept :: (MonadCatch m, MonadIO m) => (forall o. Binary o => o -> m ()) -> (forall i. Binary i => m i) -> HandshakeData -> m ByteString Source #
Constructors
Name | |
Fields |
Constructors
Ok | |
OkSimultaneous | |
Nok | |
NotAllowed | |
Alive |
Constructors
Challenge | |
Fields |