changeset 1452:61dcd62f7112

<GreyKnight> echo "A monad is like putting a value in a box." >> wisdom/monad-tutorials
author HackBot
date Sat, 12 Jan 2013 01:15:54 +0000
parents 43f99a71df0e
children 2408a10fd227
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:20 2013 +0000
+++ b/wisdom/monad-tutorials	Sat Jan 12 01:15:54 2013 +0000
@@ -13,3 +13,4 @@
 I think of monads as computational environments in which you get to make up the rules.
 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.