From ca1584a5c87c2952af08c74ce80b1cb2a75a1d19 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Thu, 13 Jun 2024 02:11:07 +0900 Subject: Rename modules from ( ... make) to () --- algebraic-structures.monoid.scm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 algebraic-structures.monoid.scm (limited to 'algebraic-structures.monoid.scm') diff --git a/algebraic-structures.monoid.scm b/algebraic-structures.monoid.scm new file mode 100644 index 0000000..936d0f1 --- /dev/null +++ b/algebraic-structures.monoid.scm @@ -0,0 +1,3 @@ +(functor ((algebraic-structures monoid) (F (<> unit))) + (<> unit) + (import F)) -- cgit v1.2.3