aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53ed70c..be3ed78 100644
--- a/README.md
+++ b/README.md
@@ -148,7 +148,9 @@ In REPL:
## Examples
+- Group
+ - [mod7](./examples/mod7.scm)
- Monad
+ - [pythagorean-triples](./examples/pythagorean-triples.scm)
- [optional](./examples/optional.scm)
- [state](./examples/state.scm)
-