From 92eeab2815eae6cd9ef22530d2e50fe0a620ec46 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 9 Jun 2024 05:13:44 +0900 Subject: Initial commit --- algebraic-structs.monoid.make.scm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 algebraic-structs.monoid.make.scm (limited to 'algebraic-structs.monoid.make.scm') diff --git a/algebraic-structs.monoid.make.scm b/algebraic-structs.monoid.make.scm new file mode 100644 index 0000000..89945d7 --- /dev/null +++ b/algebraic-structs.monoid.make.scm @@ -0,0 +1,3 @@ +(functor ((algebraic-structs monoid make) (F (op id))) + (op id) + (import F)) -- cgit v1.2.3