aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math/number/rev.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/math/number/rev.lux')
-rw-r--r--stdlib/source/library/lux/math/number/rev.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/library/lux/math/number/rev.lux b/stdlib/source/library/lux/math/number/rev.lux
index e6154d42f..510f90953 100644
--- a/stdlib/source/library/lux/math/number/rev.lux
+++ b/stdlib/source/library/lux/math/number/rev.lux
@@ -2,19 +2,19 @@
[library
[lux "*"
[abstract
- [hash {"+" Hash}]
- [enum {"+" Enum}]
- [interval {"+" Interval}]
- [monoid {"+" Monoid}]
- [equivalence {"+" Equivalence}]
- [codec {"+" Codec}]
- [order {"+" Order}]]
+ [hash (.only Hash)]
+ [enum (.only Enum)]
+ [interval (.only Interval)]
+ [monoid (.only Monoid)]
+ [equivalence (.only Equivalence)]
+ [codec (.only Codec)]
+ [order (.only Order)]]
[control
["[0]" maybe]
["[0]" try]]
[data
[collection
- ["[0]" array {"+" Array}]]]]]
+ ["[0]" array (.only Array)]]]]]
["[0]" // "_"
["[1][0]" i64]
["[1][0]" nat]