aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/abstract/monoid.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/abstract/monoid.lux')
-rw-r--r--stdlib/source/library/lux/abstract/monoid.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/abstract/monoid.lux b/stdlib/source/library/lux/abstract/monoid.lux
index f5ffdcd65..3de2d8b1c 100644
--- a/stdlib/source/library/lux/abstract/monoid.lux
+++ b/stdlib/source/library/lux/abstract/monoid.lux
@@ -1,6 +1,6 @@
(.module:
[library
- [lux {"-" [and]}]])
+ [lux {"-" and}]])
(type: .public (Monoid a)
(Interface