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