aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math/number/frac.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/math/number/frac.lux')
-rw-r--r--stdlib/source/test/lux/math/number/frac.lux17
1 files changed, 8 insertions, 9 deletions
diff --git a/stdlib/source/test/lux/math/number/frac.lux b/stdlib/source/test/lux/math/number/frac.lux
index ddeab3763..eb981a5b0 100644
--- a/stdlib/source/test/lux/math/number/frac.lux
+++ b/stdlib/source/test/lux/math/number/frac.lux
@@ -5,24 +5,23 @@
["." ffi]
[abstract
[monad (#+ do)]
- {[0 #spec]
- [/
- ["$." equivalence]
- ["$." hash]
- ["$." order]
- ["$." monoid]
- ["$." codec]]}]
+ [\spec
+ ["$." equivalence]
+ ["$." hash]
+ ["$." order]
+ ["$." monoid]
+ ["$." codec]]]
[data
["." bit ("#\." equivalence)]]
[math
["." random (#+ Random)]]]
- {1
+ [\\
["." /
[// #*
["n" nat]
["i" int]
["r" rev]
- ["." i64]]]})
+ ["." i64]]]])
(def: random
(Random Frac)