changeset 1451:43f99a71df0e

<GreyKnight> echo "A monad is like a \'macro\': All it does is a code-transformation." >> wisdom/monad-tutorials
author HackBot
date Sat, 12 Jan 2013 01:15:20 +0000
parents 040744420f96
children 61dcd62f7112
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:14:48 2013 +0000
+++ b/wisdom/monad-tutorials	Sat Jan 12 01:15:20 2013 +0000
@@ -12,3 +12,4 @@
 A monad is just a label that you stick onto a value to tell the compiler it's not a pure functional value.
 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.