irc-client icon indicating copy to clipboard operation
irc-client copied to clipboard

Add MonadIRC class

Open berberman opened this issue 4 years ago • 0 comments

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.

berberman avatar May 07 '21 11:05 berberman