aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.list.zip.applicative.scm
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-06-16 01:58:48 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-06-16 01:58:48 +0900
commit5931a79a5a915035e01b9fb22a3edfde7895e424 (patch)
tree7704b515651e83db421ee342f02894bfa75557cb /algebraic-structures.list.zip.applicative.scm
parent3f2efd08c5e93b2d20d3f4a32bdfec40a8b14730 (diff)
Add list implementations
Diffstat (limited to 'algebraic-structures.list.zip.applicative.scm')
-rw-r--r--algebraic-structures.list.zip.applicative.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/algebraic-structures.list.zip.applicative.scm b/algebraic-structures.list.zip.applicative.scm
new file mode 100644
index 0000000..c72a8ec
--- /dev/null
+++ b/algebraic-structures.list.zip.applicative.scm
@@ -0,0 +1,4 @@
+(import (algebraic-structures applicative)
+ (only (algebraic-structures private list zip applicative)))
+(module (algebraic-structures list zip applicative) = ((algebraic-structures applicative)
+ (algebraic-structures private list zip applicative)))