aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structs.applicative.list.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structs.applicative.list.scm')
-rw-r--r--algebraic-structs.applicative.list.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/algebraic-structs.applicative.list.scm b/algebraic-structs.applicative.list.scm
new file mode 100644
index 0000000..44d3a28
--- /dev/null
+++ b/algebraic-structs.applicative.list.scm
@@ -0,0 +1,5 @@
+(import (only (algebraic-structs applicative make)))
+(import (only (algebraic-structs applicative list base)))
+
+(module (algebraic-structs applicative list) =
+ ((algebraic-structs applicative make) (algebraic-structs applicative list base)))