aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/spec/lux/abstract/monoid.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/spec/lux/abstract/monoid.lux')
-rw-r--r--stdlib/source/spec/lux/abstract/monoid.lux15
1 files changed, 8 insertions, 7 deletions
diff --git a/stdlib/source/spec/lux/abstract/monoid.lux b/stdlib/source/spec/lux/abstract/monoid.lux
index a590f09a1..f8626fe74 100644
--- a/stdlib/source/spec/lux/abstract/monoid.lux
+++ b/stdlib/source/spec/lux/abstract/monoid.lux
@@ -1,11 +1,12 @@
(.module:
- [lux #*
- ["_" test (#+ Test)]
- [abstract
- [monad (#+ do)]]
- [math
- ["." random (#+ Random)]]]
- [\\
+ [library
+ [lux #*
+ ["_" test (#+ Test)]
+ [abstract
+ [monad (#+ do)]]
+ [math
+ ["." random (#+ Random)]]]]
+ [\\library
["." /
[//
[equivalence (#+ Equivalence)]]]])