aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-06-16 18:49:58 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-06-16 18:49:58 +0900
commit4813449cfc737f88a0c2e725ad1d56a17fd1e72e (patch)
tree94c838a8b4aba064aafcb4d7fe01e8779ef3c3e3
parent26768f19e98952ab50aea43313296faee888d6f9 (diff)
Add example links to README.md
-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)
-