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.applicative.make.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'algebraic-structures.applicative.make.scm') diff --git a/algebraic-structures.applicative.make.scm b/algebraic-structures.applicative.make.scm index 3681dfa..10a5663 100644 --- a/algebraic-structures.applicative.make.scm +++ b/algebraic-structures.applicative.make.scm @@ -1,4 +1,4 @@ -(functor ((algebraic-structs applicative make) (A (pure map map2))) +(functor ((algebraic-structures applicative make) (A (pure map map2))) (pure map map2 map* apply) (import (rename scheme (map scheme:map) (apply scheme:apply)) (only (chicken base) sub1 add1 foldl case-lambda) -- cgit v1.2.3