log

age author description
Sat, 12 Jan 2013 01:15:54 +0000 HackBot <GreyKnight> echo "A monad is like putting a value in a box." >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:15:20 +0000 HackBot <GreyKnight> echo "A monad is like a \'macro\': All it does is a code-transformation." >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:14:48 +0000 HackBot <GreyKnight> echo "Monads are monsters which can devour values and yield them up when slain." >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:13:52 +0000 HackBot <GreyKnight> echo "I think of monads as computational environments in which you get to make up the rules." >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:12:30 +0000 HackBot <GreyKnight> rm wisdom/monad_tutorials
Sat, 12 Jan 2013 01:12:25 +0000 HackBot <GreyKnight> cat wisdom/monad_tutorials >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:12:07 +0000 HackBot <GreyKnight> echo "Actually, programming monads is much like cattle driving!" >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:09:39 +0000 HackBot <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
Sat, 12 Jan 2013 01:06:02 +0000 HackBot <GreyKnight> echo \'A Monad is a class with a private field.\' >> wisdom/monad_tutorials
Sat, 12 Jan 2013 01:05:32 +0000 HackBot <GreyKnight> echo \'Monads can be used like adapters (the adapter pattern) in OOP.\' >> wisdom/monad_tutorials
Sat, 12 Jan 2013 01:02:38 +0000 HackBot <GreyKnight> sed -i s/_/-/ bin/monad-tutorial
Sat, 12 Jan 2013 01:02:18 +0000 HackBot <GreyKnight> mv wisdom/monad_tutorials wisdom/monad-tutorials
Sat, 12 Jan 2013 01:01:55 +0000 HackBot <GreyKnight> echo \'class Monad m where ; (>>=) :: forall a b. m a -> (a -> m b) -> m b ; (>>) :: forall a b. m a -> m b -> m b ; return :: a -> m a ; fail :: String -> m a\' >> wisdom/monad_tutorials
Sat, 12 Jan 2013 00:56:55 +0000 HackBot <GreyKnight> sed -i s/analogies/tutorials/ bin/monad-tutorial
Sat, 12 Jan 2013 00:56:44 +0000 HackBot <GreyKnight> mv wisdom/monad_analogies wisdom/monad_tutorials