peyotls-0.0.0.20: Pretty Easy YOshikuni-made TLS library

Safe HaskellNone

Network.PeyoTLS.Client

Documentation

type TlsM h g = ErrorT Alert (StateT (HandshakeState h g) (HandleMonad h))Source

data TlsHandleC h g Source

Instances

run :: HandleLike h => TlsM h g a -> g -> HandleMonad h aSource