How to combine TaskT with the monad instance of Trampoline to get stackless async computations?

后端 未结 0 790
栀梦
栀梦 2020-12-12 23:41

Trampoline is a monad and adds stack-safety to a monad transformer stack. It achieves this by relying on a special interpreter (monadRec), which is

相关标签:
回答
  • 消灭零回复
提交回复
热议问题