What are the alternative of monads to use IO in pure functional programming?

前端 未结 7 1039
小蘑菇
小蘑菇 2021-01-31 03:24

monads are described as the haskell solution to deal with IO. I was wondering if there were other ways to deal with IO in pure functional language.

相关标签:
7条回答
  • 2021-01-31 03:57

    Besides linear types, there's also effect system.

    0 讨论(0)
提交回复
热议问题