aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/modular.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/math/modular.lux')
-rw-r--r--stdlib/source/lux/math/modular.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/lux/math/modular.lux b/stdlib/source/lux/math/modular.lux
index bb15adac1..8fda63467 100644
--- a/stdlib/source/lux/math/modular.lux
+++ b/stdlib/source/lux/math/modular.lux
@@ -7,14 +7,14 @@
[monad (#+ do)]]
[data
["e" error (#+ Error)]
- [number ("int/" Codec<Text,Int>)]
+ ["." number ("int/" Codec<Text,Int>)]
[text ("text/" Monoid<Text>)
["l" lexer (#+ Lexer)]]]
- [type abstract]
+ [type
+ abstract]
[macro
- [code]
- ["s" syntax (#+ syntax:)]]
- [math]])
+ ["." code]
+ ["s" syntax (#+ syntax:)]]])
(exception: #export zero-cannot-be-a-modulus)