From 53ccad935b368dbccadd6d64bedb9341f34415c3 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Mon, 10 Jun 2024 13:00:54 +0900 Subject: Rename from `id` to `unit` --- algebraic-structs.monoid.make.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'algebraic-structs.monoid.make.scm') diff --git a/algebraic-structs.monoid.make.scm b/algebraic-structs.monoid.make.scm index 89945d7..8b683a8 100644 --- a/algebraic-structs.monoid.make.scm +++ b/algebraic-structs.monoid.make.scm @@ -1,3 +1,3 @@ -(functor ((algebraic-structs monoid make) (F (op id))) - (op id) +(functor ((algebraic-structs monoid make) (F (op unit))) + (op unit) (import F)) -- cgit v1.2.3