From c20155977bc23c2be19842cc065e4444b304ecce Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 11 Jun 2024 02:13:57 +0900 Subject: Rename from `algebraic-structs` to `algebraic-structures` --- algebraic-structures.foldable.make.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'algebraic-structures.foldable.make.scm') diff --git a/algebraic-structures.foldable.make.scm b/algebraic-structures.foldable.make.scm index 46b4dd5..197eb48 100644 --- a/algebraic-structures.foldable.make.scm +++ b/algebraic-structures.foldable.make.scm @@ -1,4 +1,4 @@ -(functor ((algebraic-structs foldable make) (F (foldl foldr))) +(functor ((algebraic-structures foldable make) (F (foldl foldr))) (foldl foldr length find any every ->list) (import (except scheme length) F (only (chicken base) add1 call/cc)) -- cgit v1.2.3