aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper
diff options
context:
space:
mode:
authorEduardo Julian2021-12-25 22:05:54 -0400
committerEduardo Julian2021-12-25 22:05:54 -0400
commit00d92539208da86557e592a8c8df03d3b08e6b40 (patch)
treea71cc9e5f41c230f07956301263a710689e9dc85 /lux-bootstrapper
parent63b45e09c5f5ceb59a48ed05cdc2d2c6cb038a7b (diff)
Dusting off the pure-Lux JVM compiler machinery. [Part 2]
Diffstat (limited to 'lux-bootstrapper')
-rw-r--r--lux-bootstrapper/src/lux/analyser/lux.clj3
1 files changed, 1 insertions, 2 deletions
diff --git a/lux-bootstrapper/src/lux/analyser/lux.clj b/lux-bootstrapper/src/lux/analyser/lux.clj
index 842ad22ef..6f7b747c1 100644
--- a/lux-bootstrapper/src/lux/analyser/lux.clj
+++ b/lux-bootstrapper/src/lux/analyser/lux.clj
@@ -419,8 +419,7 @@
(do-analyse-apply analyse exo-type =fn ?args)))
_
- (do-analyse-apply analyse exo-type =fn ?args))
- )
+ (do-analyse-apply analyse exo-type =fn ?args)))
(defn analyse-case [analyse exo-type ?value ?branches]
(|do [_ (&/assert! (> (&/|length ?branches) 0)