Creative uses of monads

后端 未结 8 781
再見小時候
再見小時候 2020-12-07 07:39

I\'m looking for creative uses of monads to learn from. I\'ve read somewhere that monads have been used for example in AI, but being a monad newbie, I fail to see how.

相关标签:
8条回答
  • 2020-12-07 08:31

    One interesting use of monad is in parsing. Parsec is the standard example.

    0 讨论(0)
  • 2020-12-07 08:37

    you can find interesting and advanced monads in the blog A Neighborhood of Infinity. I can note the Vector Space Monad, and its use for rational tangles description. Unfortunately,I don't think I understand this well enough to explain it here.

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