aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math/number/complex.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/math/number/complex.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/math/number/complex.lux b/stdlib/source/library/lux/math/number/complex.lux
index 6aa8bae30..8e649252e 100644
--- a/stdlib/source/library/lux/math/number/complex.lux
+++ b/stdlib/source/library/lux/math/number/complex.lux
@@ -1,26 +1,26 @@
(.module:
[library
[lux "*"
- ["." math]
+ ["[0]" math]
[abstract
[equivalence {"+" [Equivalence]}]
[codec {"+" [Codec]}]
["M" monad {"+" [Monad do]}]]
[control
- ["." maybe]
+ ["[0]" maybe]
["<>" parser
- ["<.>" code {"+" [Parser]}]]]
+ ["<[0]>" code {"+" [Parser]}]]]
[data
[collection
- ["." list ("#\." functor)]]]
+ ["[0]" list ("[1]\[0]" functor)]]]
[macro
[syntax {"+" [syntax:]}]
- ["." code]]
+ ["[0]" code]]
[math
[number
["n" nat]
["f" frac]
- ["." int]]]]])
+ ["[0]" int]]]]])
(type: .public Complex
(Record