aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-07-08 17:18:30 -0400
committerEduardo Julian2022-07-08 17:18:30 -0400
commit39325bb36c6f6459c861ef12f9e99b9e66b52594 (patch)
tree3ad692ab01ecd355c3e9a657edef209c7617d16c /stdlib/source/library/lux/math.lux
parentcf3ffce3165dcbf741a5f2d6daa1146ad50fd95c (diff)
Moved "lux/static" to "lux/meta/static".
Diffstat (limited to 'stdlib/source/library/lux/math.lux')
-rw-r--r--stdlib/source/library/lux/math.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/math.lux b/stdlib/source/library/lux/math.lux
index 794bef35d..bbad785af 100644
--- a/stdlib/source/library/lux/math.lux
+++ b/stdlib/source/library/lux/math.lux
@@ -2,7 +2,6 @@
[library
[lux (.except)
[extension (.only analysis)]
- ["[0]" static]
[abstract
["[0]" monad (.only do)]]
[control
@@ -16,6 +15,7 @@
["[0]" list (.use "[1]#[0]" mix)]]]
[meta
["@" target]
+ ["[0]" static]
["[0]" code
["<[1]>" \\parser]]
[macro