aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/spec/lux/abstract/order.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/spec/lux/abstract/order.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/spec/lux/abstract/order.lux b/stdlib/source/spec/lux/abstract/order.lux
index 7fa8c618c..6d259a465 100644
--- a/stdlib/source/spec/lux/abstract/order.lux
+++ b/stdlib/source/spec/lux/abstract/order.lux
@@ -10,7 +10,7 @@
(def: #export (spec (^open "@//.") generator)
(All [a] (-> (/.Order a) (Random a) Test))
- (<| (_.with-cover [/.Order])
+ (<| (_.for [/.Order])
($_ _.and
(do random.monad
[parameter generator