diff options
author | Eduardo Julian | 2021-12-25 22:05:54 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-12-25 22:05:54 -0400 |
commit | 00d92539208da86557e592a8c8df03d3b08e6b40 (patch) | |
tree | a71cc9e5f41c230f07956301263a710689e9dc85 /lux-bootstrapper/src | |
parent | 63b45e09c5f5ceb59a48ed05cdc2d2c6cb038a7b (diff) |
Dusting off the pure-Lux JVM compiler machinery. [Part 2]
Diffstat (limited to 'lux-bootstrapper/src')
-rw-r--r-- | lux-bootstrapper/src/lux/analyser/lux.clj | 3 |
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) |