aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structs.foldable.list.base.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structs.foldable.list.base.scm')
-rw-r--r--algebraic-structs.foldable.list.base.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/algebraic-structs.foldable.list.base.scm b/algebraic-structs.foldable.list.base.scm
new file mode 100644
index 0000000..0f5c656
--- /dev/null
+++ b/algebraic-structs.foldable.list.base.scm
@@ -0,0 +1,2 @@
+(module (algebraic-structs foldable list base) (foldl foldr)
+ (import (only (chicken base) foldl foldr)))