aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/compiler/translation.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/language/compiler/translation.lux')
-rw-r--r--stdlib/source/lux/language/compiler/translation.lux23
1 files changed, 13 insertions, 10 deletions
diff --git a/stdlib/source/lux/language/compiler/translation.lux b/stdlib/source/lux/language/compiler/translation.lux
index 19b7045ac..01dc584e6 100644
--- a/stdlib/source/lux/language/compiler/translation.lux
+++ b/stdlib/source/lux/language/compiler/translation.lux
@@ -1,14 +1,17 @@
(.module:
- lux
- (lux (control ["ex" exception (#+ exception:)]
- [monad (#+ do)])
- (data [maybe ("maybe/" Functor<Maybe>)]
- [error (#+ Error)]
- [text]
- text/format
- (collection [row (#+ Row)]
- ["dict" dictionary (#+ Dictionary)]))
- (world [file (#+ File)]))
+ [lux #*
+ [control
+ ["ex" exception (#+ exception:)]
+ [monad (#+ do)]]
+ [data
+ [maybe ("maybe/" Functor<Maybe>)]
+ [error (#+ Error)]
+ ["." text
+ format]
+ [collection
+ [row (#+ Row)]
+ ["dict" dictionary (#+ Dictionary)]]]
+ [world [file (#+ File)]]]
[// (#+ Operation Compiler)]
[//synthesis (#+ Synthesis)])