【发布时间】:2013-10-08 19:50:57
【问题描述】:
在页面http://www.haskell.org/haskellwiki/Pointfree#Tool_support,它谈到了(->) a monad。
这个单子是什么?符号的使用使 google 变得困难。
【问题讨论】:
-
您可以将其称为 function monad 或 reader monad(尽管通常指的是the explicitly named equivalent)。