aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper/src/lux/analyser.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-bootstrapper/src/lux/analyser.clj')
-rw-r--r--lux-bootstrapper/src/lux/analyser.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-bootstrapper/src/lux/analyser.clj b/lux-bootstrapper/src/lux/analyser.clj
index ae16eb42c..e139e085f 100644
--- a/lux-bootstrapper/src/lux/analyser.clj
+++ b/lux-bootstrapper/src/lux/analyser.clj
@@ -114,7 +114,7 @@
(&/$Item ?value
(&/$End))) parameters]
(&/with-analysis-meta location exo-type
- (&&lux/analyse-type-check analyse eval! exo-type ?type ?value)))
+ (&&lux/analyse-type-check analyse optimize eval! exo-type ?type ?value)))
"lux type check type"
(|let [(&/$Item ?value (&/$End)) parameters]
@@ -125,7 +125,7 @@
(&/$Item ?value
(&/$End))) parameters]
(&/with-analysis-meta location exo-type
- (&&lux/analyse-type-as analyse eval! exo-type ?type ?value)))
+ (&&lux/analyse-type-as analyse optimize eval! exo-type ?type ?value)))
"lux def"
(|let [(&/$Item [_ (&/$Identifier "" ?name)]