aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.monoid.make.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.monoid.make.scm')
-rw-r--r--algebraic-structures.monoid.make.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/algebraic-structures.monoid.make.scm b/algebraic-structures.monoid.make.scm
new file mode 100644
index 0000000..8b683a8
--- /dev/null
+++ b/algebraic-structures.monoid.make.scm
@@ -0,0 +1,3 @@
+(functor ((algebraic-structs monoid make) (F (op unit)))
+ (op unit)
+ (import F))