|
|
|
|
|
by jeremyjh
28 days ago
|
|
You should try actually doing some Haskell programming. There are some anti-patterns but the RIO pattern is very coherent and flexible. One IO base monad, one readerT that holds an IORef that gives you access to every other effect you need. |
|