aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structs.monoid.number.product.base.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structs.monoid.number.product.base.scm')
-rw-r--r--algebraic-structs.monoid.number.product.base.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/algebraic-structs.monoid.number.product.base.scm b/algebraic-structs.monoid.number.product.base.scm
new file mode 100644
index 0000000..34677c0
--- /dev/null
+++ b/algebraic-structs.monoid.number.product.base.scm
@@ -0,0 +1,5 @@
+(module (algebraic-structs monoid number product base) (op id)
+ (import scheme)
+
+ (define op *)
+ (define id 1))