barrucadu / irc-client

This project is essentially abandonware!
MIT License
20 stars 11 forks source link

Add MonadIRC class #58

Open berberman opened 3 years ago

berberman commented 3 years ago

The type IRC used widely in this library fixed IO as the underlaying monad of ReaderT monad transformer, which blocked us from composing it with other monads. In my opinion, we should use mtl-style type class that makes the API more generalized.