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.list.scm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 algebraic-structs.monoid.list.scm (limited to 'algebraic-structs.monoid.list.scm') diff --git a/algebraic-structs.monoid.list.scm b/algebraic-structs.monoid.list.scm new file mode 100644 index 0000000..226fcd4 --- /dev/null +++ b/algebraic-structs.monoid.list.scm @@ -0,0 +1,5 @@ +(import (only (algebraic-structs monoid list base))) +(import (only (algebraic-structs monoid make))) + +(module (algebraic-structs monoid list) = ((algebraic-structs monoid make) + (algebraic-structs monoid list base))) -- cgit v1.2.3