aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structs.foldable.list.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structs.foldable.list.scm')
-rw-r--r--algebraic-structs.foldable.list.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/algebraic-structs.foldable.list.scm b/algebraic-structs.foldable.list.scm
deleted file mode 100644
index 5f729e2..0000000
--- a/algebraic-structs.foldable.list.scm
+++ /dev/null
@@ -1,5 +0,0 @@
-(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)))