aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structs.monoid.make.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structs.monoid.make.scm')
-rw-r--r--algebraic-structs.monoid.make.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/algebraic-structs.monoid.make.scm b/algebraic-structs.monoid.make.scm
index 89945d7..8b683a8 100644
--- a/algebraic-structs.monoid.make.scm
+++ b/algebraic-structs.monoid.make.scm
@@ -1,3 +1,3 @@
-(functor ((algebraic-structs monoid make) (F (op id)))
- (op id)
+(functor ((algebraic-structs monoid make) (F (op unit)))
+ (op unit)
(import F))