aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/compiler/analysis/type.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/language/compiler/analysis/type.lux')
-rw-r--r--stdlib/source/lux/language/compiler/analysis/type.lux11
1 files changed, 6 insertions, 5 deletions
diff --git a/stdlib/source/lux/language/compiler/analysis/type.lux b/stdlib/source/lux/language/compiler/analysis/type.lux
index f87a96758..8bc0bd53b 100644
--- a/stdlib/source/lux/language/compiler/analysis/type.lux
+++ b/stdlib/source/lux/language/compiler/analysis/type.lux
@@ -3,14 +3,15 @@
[control
[monad (#+ do)]]
[data
- [error]]
- [function]
- [macro]
+ ["." error]]
+ ["." function]
+ ["." macro]
[language
- [type ["tc" check]]]]
+ [type
+ ["tc" check]]]]
[// (#+ Operation)
["/." //
- [extension]]])
+ ["." extension]]])
(def: #export (with-type expected)
(All [a] (-> Type (Operation a) (Operation a)))