aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/number/frac.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/data/number/frac.lux')
-rw-r--r--stdlib/source/test/lux/data/number/frac.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/test/lux/data/number/frac.lux b/stdlib/source/test/lux/data/number/frac.lux
index 08fcef498..aa472c572 100644
--- a/stdlib/source/test/lux/data/number/frac.lux
+++ b/stdlib/source/test/lux/data/number/frac.lux
@@ -93,13 +93,13 @@
(def: signature
Test
(`` ($_ _.and
- (_.with-cover [/.equivalence /.=]
- ($equivalence.spec /.equivalence random.safe-frac))
- (_.with-cover [/.order /.<]
- ($order.spec /.order random.safe-frac))
+ (_.for [/.equivalence /.=]
+ ($equivalence.spec /.equivalence random.safe-frac))
+ (_.for [/.order /.<]
+ ($order.spec /.order random.safe-frac))
(~~ (template [<compose> <monoid>]
- [(_.with-cover [<monoid> <compose>]
- ($monoid.spec /.equivalence <monoid> ..random))]
+ [(_.for [<monoid> <compose>]
+ ($monoid.spec /.equivalence <monoid> ..random))]
[/.+ /.addition]
[/.* /.multiplication]
@@ -108,8 +108,8 @@
[/.max /.maximum]
))
(~~ (template [<codec>]
- [(_.with-cover [<codec>]
- ($codec.spec /.equivalence <codec> random.safe-frac))]
+ [(_.for [<codec>]
+ ($codec.spec /.equivalence <codec> random.safe-frac))]
[/.binary] [/.octal] [/.decimal] [/.hex]
))
@@ -125,7 +125,7 @@
(def: #export test
Test
(<| (_.covering /._)
- (_.with-cover [.Frac])
+ (_.for [.Frac])
($_ _.and
(do random.monad
[left random.safe-frac