aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structs.foldable.list.scm
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-06-09 05:13:44 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-06-09 05:13:44 +0900
commit92eeab2815eae6cd9ef22530d2e50fe0a620ec46 (patch)
tree8bfdca868c360846829f7582e12ab77ce843b8eb /algebraic-structs.foldable.list.scm
Initial commit
Diffstat (limited to 'algebraic-structs.foldable.list.scm')
-rw-r--r--algebraic-structs.foldable.list.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/algebraic-structs.foldable.list.scm b/algebraic-structs.foldable.list.scm
new file mode 100644
index 0000000..5f729e2
--- /dev/null
+++ b/algebraic-structs.foldable.list.scm
@@ -0,0 +1,5 @@
+(import (only (algebraic-structs foldable list base)))
+(import (only (algebraic-structs foldable make)))
+
+(module (algebraic-structs foldable list) = ((algebraic-structs foldable make)
+ (algebraic-structs foldable list base)))