aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2018-11-10 18:55:10 +0100
committerHugo Hörnquist <hugo@hornquist.se>2018-11-10 18:55:10 +0100
commitf96c5bdea17855ac85059e414afc127a84bf6264 (patch)
tree0ce2bb8be942ae8af1daf0e85fb005c0b4fd0051 /README.md
parentFixed up examples. (diff)
downloadscheme-monad-f96c5bdea17855ac85059e414afc127a84bf6264.tar.gz
scheme-monad-f96c5bdea17855ac85059e414afc127a84bf6264.tar.xz
Add README.
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