Open berberman opened 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.
IRC
IO
ReaderT
The type
IRC
used widely in this library fixedIO
as the underlaying monad ofReaderT
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.