changeset 1450:040744420f96

<GreyKnight> echo "Monads are monsters which can devour values and yield them up when slain." >> wisdom/monad-tutorials
author HackBot
date Sat, 12 Jan 2013 01:14:48 +0000
parents 680e91156ade
children 43f99a71df0e
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:13:52 2013 +0000
+++ b/wisdom/monad-tutorials	Sat Jan 12 01:14:48 2013 +0000
@@ -11,3 +11,4 @@
 A Monad is a class with a private field.
 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.