Hi, thanks for this interesting library.
Currently, we can only handle effects purely since we can't use IO inside hander.
Can we have IO-like effect at the bottom of effect stack, and a runner like runEffIO :: Eff (IOEff) a -> IO a ? (or maybe I'm missing something and this is already possible?).
Hi, thanks for this interesting library.
Currently, we can only handle effects purely since we can't use IO inside hander.
Can we have
IO-like effect at the bottom of effect stack, and a runner likerunEffIO :: Eff (IOEff) a -> IO a? (or maybe I'm missing something and this is already possible?).