Petr

Results 22 comments of Petr

@jtdaugherty It seems that converting to `MonadIO` is just enough so that it's possible to support _conduit_. I hacked a function that converts a conduit into a `MonadIO` variant of...

My current code for the _network_ package is here: https://github.com/haskell/network/pull/210 (sorry for the confusion before). At the end I thought that it'd be better suited for the _network_ package directly,...