aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/compiler/analysis/structure.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/language/compiler/analysis/structure.lux')
-rw-r--r--stdlib/source/lux/language/compiler/analysis/structure.lux31
1 files changed, 17 insertions, 14 deletions
diff --git a/stdlib/source/lux/language/compiler/analysis/structure.lux b/stdlib/source/lux/language/compiler/analysis/structure.lux
index 53ccecd50..e30d22bad 100644
--- a/stdlib/source/lux/language/compiler/analysis/structure.lux
+++ b/stdlib/source/lux/language/compiler/analysis/structure.lux
@@ -1,18 +1,21 @@
(.module:
- lux
- (lux (control [monad (#+ do)]
- ["ex" exception (#+ exception:)])
- (data [ident]
- [number]
- [product]
- [maybe]
- (collection [list ("list/" Functor<List>)]
- ["dict" dictionary (#+ Dictionary)])
- text/format)
- [macro]
- (macro [code]))
- (//// [type]
- (type ["tc" check]))
+ [lux #*
+ [control
+ [monad (#+ do)]
+ ["ex" exception (#+ exception:)]]
+ [data
+ [ident]
+ [number]
+ [product]
+ [maybe]
+ [text format]
+ [collection [list ("list/" Functor<List>)]
+ ["dict" dictionary (#+ Dictionary)]]]
+ ["." macro
+ [code]]]
+ [////
+ ["." type
+ ["tc" check]]]
[///]
[// (#+ Tag Analysis Operation Compiler)]
[//type]