TokTok / hs-msgpack-rpc-conduit

A MessagePack RPC implementation in Haskell
https://toktok.ltd/
Other
3 stars 8 forks source link

Reduce code duplication for serving IO methods. #35

Closed iphydf closed 4 years ago

iphydf commented 4 years ago

The downside is that the IO-ness of the server method is now part of the interface, but callers don't really care because they are already in a MonadIO.


This change is Reviewable