diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-06-16 01:58:48 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-06-16 01:58:48 +0900 |
commit | 5931a79a5a915035e01b9fb22a3edfde7895e424 (patch) | |
tree | 7704b515651e83db421ee342f02894bfa75557cb /algebraic-structures.list.foldable.scm | |
parent | 3f2efd08c5e93b2d20d3f4a32bdfec40a8b14730 (diff) |
Add list implementations
Diffstat (limited to 'algebraic-structures.list.foldable.scm')
-rw-r--r-- | algebraic-structures.list.foldable.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/algebraic-structures.list.foldable.scm b/algebraic-structures.list.foldable.scm new file mode 100644 index 0000000..5150f9b --- /dev/null +++ b/algebraic-structures.list.foldable.scm @@ -0,0 +1,3 @@ +(import (algebraic-structures foldable) + (only (algebraic-structures private list))) +(module (algebraic-structures list foldable) = ((algebraic-structures foldable) (algebraic-structures private list))) |