aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/compiler/analysis/expression.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/language/compiler/analysis/expression.lux24
1 files changed, 14 insertions, 10 deletions
diff --git a/stdlib/source/lux/language/compiler/analysis/expression.lux b/stdlib/source/lux/language/compiler/analysis/expression.lux
index f9a44f2f2..f6ec5d11a 100644
--- a/stdlib/source/lux/language/compiler/analysis/expression.lux
+++ b/stdlib/source/lux/language/compiler/analysis/expression.lux
@@ -1,14 +1,18 @@
(.module:
- lux
- (lux (control [monad (#+ do)]
- ["ex" exception (#+ exception:)])
- (data ["e" error]
- [product]
- text/format)
- [macro])
- [//// (#+ Eval)]
- ## (//// [".L" macro]
- ## [".L" extension])
+ [lux #*
+ [control
+ [monad (#+ do)]
+ ["ex" exception (#+ exception:)]]
+ [data
+ ["e" error]
+ [product]
+ [text
+ format]]
+ [macro]]
+ [//// (#+ Eval)
+ ## [".L" macro]
+ ## [".L" extension]
+ ]
[///]
[// (#+ Analysis Operation Compiler)]
[//type]