From f96c5bdea17855ac85059e414afc127a84bf6264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 10 Nov 2018 18:55:10 +0100 Subject: Add README. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3