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.list.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'algebraic-structures.private.list.scm') diff --git a/algebraic-structures.private.list.scm b/algebraic-structures.private.list.scm index 4710b40..a5bb6f4 100644 --- a/algebraic-structures.private.list.scm +++ b/algebraic-structures.private.list.scm @@ -1,11 +1,11 @@ -(module (algebraic-structures private list) (<> unit fold reduce map1) +(module (algebraic-structures private list) (op unit fold reduce map1) (import scheme (rename (only (srfi 1) fold reduce) (fold srfi:fold) (reduce srfi:reduce)) (only (chicken base) assert)) - (define <> append) + (define op append) (define unit '()) -- cgit v1.2.3