aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math/number/complex.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/math/number/complex.lux')
-rw-r--r--stdlib/source/library/lux/math/number/complex.lux9
1 files changed, 5 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/math/number/complex.lux b/stdlib/source/library/lux/math/number/complex.lux
index d22ce8ad2..5e8161de3 100644
--- a/stdlib/source/library/lux/math/number/complex.lux
+++ b/stdlib/source/library/lux/math/number/complex.lux
@@ -10,13 +10,14 @@
[collection
["[0]" list (.use "[1]#[0]" functor)]]]
[macro
- [syntax (.only syntax)]
- ["[0]" code
- ["<[1]>" \\parser]]]
+ [syntax (.only syntax)]]
[math
[number
["f" frac]
- ["[0]" int]]]]])
+ ["[0]" int]]]
+ [meta
+ ["[0]" code
+ ["<[1]>" \\parser]]]]])
(type .public Complex
(Record