From f8583f9a85f54d0a7b4902d0d23b1b83f387b593 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Mon, 24 Jun 2024 00:06:23 +0900 Subject: Rename function from `<>` to `op` --- algebraic-structures.private.number.product.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'algebraic-structures.private.number.product.scm') diff --git a/algebraic-structures.private.number.product.scm b/algebraic-structures.private.number.product.scm index 0136b80..2b8e38e 100644 --- a/algebraic-structures.private.number.product.scm +++ b/algebraic-structures.private.number.product.scm @@ -1,7 +1,7 @@ -(module (algebraic-structures private number product) (<> unit inv) +(module (algebraic-structures private number product) (op unit inv) (import scheme) - (define (<> x y) (* x y)) + (define (op x y) (* x y)) (define unit 1) -- cgit v1.2.3