changeset 1453:2408a10fd227

<GreyKnight> echo "A monad is a container type together with a few methods defined on it. Monads model different kinds of computations." >> wisdom/monad-tutorials
author HackBot
date Sat, 12 Jan 2013 01:19:01 +0000
parents 61dcd62f7112
children 7b45b3bf2d3e
files wisdom/monad-tutorials
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/wisdom/monad-tutorials	Sat Jan 12 01:15:54 2013 +0000
+++ b/wisdom/monad-tutorials	Sat Jan 12 01:19:01 2013 +0000
@@ -14,3 +14,4 @@
 Monads are monsters which can devour values and yield them up when slain.
 A monad is like a 'macro': All it does is a code-transformation.
 A monad is like putting a value in a box.
+A monad is a container type together with a few methods defined on it. Monads model different kinds of computations.