From 23bcbb7c9202317a2435947d9097362b3e4166d3 Mon Sep 17 00:00:00 2001 From: Edward Kmett Date: Thu, 7 Mar 2013 04:07:42 -0500 Subject: [PATCH] Added a README for the project --- README.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.markdown diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..8099f13 --- /dev/null +++ b/README.markdown @@ -0,0 +1,13 @@ +scheme-monads +============= + +This provides an example of how one can encode real monads in scheme in such a way that you can write combinators that are parametric in their choice of monad. + +Contact Information +------------------- + +Contributions and bug reports are welcome! + +Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net. + +-Edward Kmett