aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math/modulus.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/math/modulus.lux')
-rw-r--r--stdlib/source/library/lux/math/modulus.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/math/modulus.lux b/stdlib/source/library/lux/math/modulus.lux
index 74d829dc5..2a1f35369 100644
--- a/stdlib/source/library/lux/math/modulus.lux
+++ b/stdlib/source/library/lux/math/modulus.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux "*"
+ [lux (.full)
["[0]" meta]
[abstract
[monad (.only do)]]
@@ -16,7 +16,7 @@
[number
["i" int]]]
[type
- [primitive "*"]]]])
+ [primitive (.full)]]]])
(exception: .public zero_cannot_be_a_modulus)