aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/modular.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/math/modular.lux7
1 files changed, 4 insertions, 3 deletions
diff --git a/stdlib/source/lux/math/modular.lux b/stdlib/source/lux/math/modular.lux
index 866d3c99f..24c7b0e72 100644
--- a/stdlib/source/lux/math/modular.lux
+++ b/stdlib/source/lux/math/modular.lux
@@ -1,10 +1,11 @@
(.module:
[lux #*
- [control
- ["ex" exception (#+ exception:)]
- ["p" parser]
+ [abstract
[codec (#+ Codec)]
[monad (#+ do)]]
+ [control
+ ["ex" exception (#+ exception:)]
+ ["p" parser]]
[data
["." error (#+ Error)]
[number