changeset 1445:d51f808451cf

<GreyKnight> echo "A monad is just a label that you stick onto a value to tell the compiler it\'s not a pure functional value." >> wisdom/monad_tutorials
author HackBot
date Sat, 12 Jan 2013 01:09:39 +0000
parents f22735ad62b3
children 7b3d2f515be7
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:06:02 2013 +0000
+++ b/wisdom/monad_tutorials	Sat Jan 12 01:09:39 2013 +0000
@@ -1,2 +1,3 @@
 Monads can be used like adapters (the adapter pattern) in OOP.
 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.