# HG changeset patch # User HackBot # Date 1357952979 0 # Node ID d51f808451cf388b0650ff43fcae0ad8684f4f82 # Parent f22735ad62b3e1f8ccea6966677368bf13bee961 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 diff -r f22735ad62b3 -r d51f808451cf wisdom/monad_tutorials --- 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.