aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math/modular.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/math/modular.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/math/modular.lux b/stdlib/source/library/lux/math/modular.lux
index 6eed5b83e..3e0845d94 100644
--- a/stdlib/source/library/lux/math/modular.lux
+++ b/stdlib/source/library/lux/math/modular.lux
@@ -10,7 +10,7 @@
[control
["[0]" try (.only Try)]
["[0]" exception (.only exception:)]
- ["<>" parser
+ ["<>" parser (.only)
["<[0]>" text (.only Parser)]
["<[0]>" code]]]
[data
@@ -24,7 +24,7 @@
["i" int ("[1]#[0]" decimal)]]]
[type
[primitive (.full)]]]]
- ["[0]" // "_"
+ ["[0]" //
["[1]" modulus (.only Modulus)]])
(primitive: .public (Mod m)