aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/compiler/analysis/primitive.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/language/compiler/analysis/primitive.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/lux/language/compiler/analysis/primitive.lux b/stdlib/source/lux/language/compiler/analysis/primitive.lux
index 5fa4c1ba1..cbfef367f 100644
--- a/stdlib/source/lux/language/compiler/analysis/primitive.lux
+++ b/stdlib/source/lux/language/compiler/analysis/primitive.lux
@@ -1,9 +1,9 @@
(.module:
- [lux (#- nat int rev)]
- (lux (control monad)
- [macro])
- [// (#+ Analysis)]
- (// [".A" type]))
+ [lux (#- nat int rev)
+ [control monad]
+ [macro]]
+ [// (#+ Analysis)
+ [".A" type]])
## [Analysers]
(do-template [<name> <type> <tag>]