From 552cd6c999f3e44b13be88e45c4a8cb391eb40cf Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 11 Jun 2024 02:10:37 +0900 Subject: Rename filename from `algebraic-structs` to `algebraic-structures` --- algebraic-structures.foldable.list.base.scm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 algebraic-structures.foldable.list.base.scm (limited to 'algebraic-structures.foldable.list.base.scm') diff --git a/algebraic-structures.foldable.list.base.scm b/algebraic-structures.foldable.list.base.scm new file mode 100644 index 0000000..0f5c656 --- /dev/null +++ b/algebraic-structures.foldable.list.base.scm @@ -0,0 +1,2 @@ +(module (algebraic-structs foldable list base) (foldl foldr) + (import (only (chicken base) foldl foldr))) -- cgit v1.2.3