aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math/number/int.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/math/number/int.lux')
-rw-r--r--stdlib/source/library/lux/math/number/int.lux24
1 files changed, 12 insertions, 12 deletions
diff --git a/stdlib/source/library/lux/math/number/int.lux b/stdlib/source/library/lux/math/number/int.lux
index 02430432b..53effd0c1 100644
--- a/stdlib/source/library/lux/math/number/int.lux
+++ b/stdlib/source/library/lux/math/number/int.lux
@@ -1,21 +1,21 @@
(.module:
[library
- [lux #*
+ [lux "*"
[abstract
- [hash (#+ Hash)]
- [enum (#+ Enum)]
- [interval (#+ Interval)]
- [monoid (#+ Monoid)]
- [equivalence (#+ Equivalence)]
- [codec (#+ Codec)]
- [predicate (#+ Predicate)]
- ["." order (#+ Order)]]
+ [hash {"+" [Hash]}]
+ [enum {"+" [Enum]}]
+ [interval {"+" [Interval]}]
+ [monoid {"+" [Monoid]}]
+ [equivalence {"+" [Equivalence]}]
+ [codec {"+" [Codec]}]
+ [predicate {"+" [Predicate]}]
+ ["." order {"+" [Order]}]]
[control
["." maybe]
- ["." try (#+ Try)]]
+ ["." try {"+" [Try]}]]
[data
- [text (#+ Char)]]]]
- ["." // #_
+ [text {"+" [Char]}]]]]
+ ["." // "_"
["#." nat]
["#." i64]])