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 8808e01c2..4de567862 100644
--- a/stdlib/source/library/lux/math/modular.lux
+++ b/stdlib/source/library/lux/math/modular.lux
@@ -23,11 +23,11 @@
[number
["i" int ("[1]#[0]" decimal)]]]
[type
- [abstract "*"]]]]
+ [primitive "*"]]]]
["[0]" // "_"
["[1]" modulus {"+" Modulus}]])
-(abstract: .public (Mod m)
+(primitive: .public (Mod m)
(Record
[#modulus (Modulus m)
#value Int])