aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..58c8f80
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+Scheme Monads
+=============
+
+These are a proof of concept of Haskell style monads in scheme.
+They currently support both bind (`>>=`) and `do` notation.
+
+TODO
+----
+- A propper way to call `return`. Probably by allowing bind to act as a macro
+ and introduce a return procedure of the appropriate type. \ No newline at end of file