aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/type/check.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/type/check.lux')
-rw-r--r--stdlib/source/test/lux/type/check.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/type/check.lux b/stdlib/source/test/lux/type/check.lux
index 40079eae9..1807046e5 100644
--- a/stdlib/source/test/lux/type/check.lux
+++ b/stdlib/source/test/lux/type/check.lux
@@ -338,7 +338,7 @@
(All [a] (-> (-> a a Bit) (Random a) (Random [a a])))
(do random.monad
[left random
- right (random.filter (|>> (= left) not) random)]
+ right (random.only (|>> (= left) not) random)]
(wrap [left right])))
(type: Super