aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index be3ed78..df68f06 100644
--- a/README.md
+++ b/README.md
@@ -151,6 +151,7 @@ In REPL:
- Group
- [mod7](./examples/mod7.scm)
- Monad
- - [pythagorean-triples](./examples/pythagorean-triples.scm)
- [optional](./examples/optional.scm)
- [state](./examples/state.scm)
+- Monad (`do` syntax)
+ - [pythagorean-triples](./examples/pythagorean-triples.scm)