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