From 6c7ab94299b0996d2dbba5305f4e4f81d2405738 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Thu, 13 Jun 2024 23:51:03 +0900 Subject: Rename procedures `map` to `map1` and `map*` to `map` --- algebraic-structures.functor.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'algebraic-structures.functor.scm') diff --git a/algebraic-structures.functor.scm b/algebraic-structures.functor.scm index 70d5496..c1a5639 100644 --- a/algebraic-structures.functor.scm +++ b/algebraic-structures.functor.scm @@ -1,3 +1,3 @@ -(functor ((algebraic-structures functor) (F (map))) - (map) +(functor ((algebraic-structures functor) (F (map1))) + (map1) (import F)) -- cgit v1.2.3