epogrebnyak / haskell-intro

Seven classes on Haskell and a follow-up reading list
http://tinyurl.com/haskell-intro
53 stars 6 forks source link

Thread on interpretation of monads by @YBogomolov #37

Open epogrebnyak opened 4 years ago

epogrebnyak commented 4 years ago

https://twitter.com/YuriyBogomolov/status/1283237302274334721

Monad is just a triple of a type and two operations: one for constructing a description of a computation, and the other for combining a computation description with a reaction to it.

epogrebnyak commented 4 years ago

Source of computation description / reaction terminology: https://wiki.haskell.org/Monad