monoid vs monad in Scala

只愿长相守 提交于 2019-12-03 08:26:42

问题


I have recently tried to find a good source on the difference between monads and monoids.

Could someone provide a link to a good resource on this or perhaps take one's time to elaborate on the similarities/differences?


回答1:


Monads are monoids in the category of endofunctors. Therefore, a monad is just one example of monoid, which is a more general concept.

And, though that might be technically true, the most simple answer is that monads and monoids are really nothing like each other, and you shouldn't be trying to learn the difference between them, but just learn them. There's ton of material about it on the internet, easily googled.




回答2:


See this answer on why monads are special cases of monoids in monoidal categories. The latter is, however, a generalization of the classical monoid defined via binary operation and unit. Monad is not a classical monoid. See the answer for more details and explanations.



来源:https://stackoverflow.com/questions/9745994/monoid-vs-monad-in-scala

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!