aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper/src/lux/analyser.clj
diff options
context:
space:
mode:
authorEduardo Julian2021-08-27 20:59:34 -0400
committerEduardo Julian2021-08-27 20:59:34 -0400
commitc5b61d2f46ac19bf511197f3a537c4be0f47df33 (patch)
treecd62d188403e9b3998ba293dc5308719a430f1fe /lux-bootstrapper/src/lux/analyser.clj
parente814f667aed509a70bd386dcd54628929134def4 (diff)
Updates to the Ruby compiler.
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)]