haskell-gnutls/lib/Network/Protocol
Stephen Paul Weber 955b054ff4 Switch monad transformer stack to a type alias
Since we already allowed injecting any Session via runTLS or throwing any Error
via throwE, this does not reduce safety at all but improves ergonomics
considerably.

The only downside here is that we must say goodbye to our transitional MonadIO
instance.
2021-02-16 13:12:55 -05:00
..
TLS Switch monad transformer stack to a type alias 2021-02-16 13:12:55 -05:00