From 00d92539208da86557e592a8c8df03d3b08e6b40 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 25 Dec 2021 22:05:54 -0400 Subject: Dusting off the pure-Lux JVM compiler machinery. [Part 2] --- lux-bootstrapper/src/lux/analyser/lux.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lux-bootstrapper') 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) -- cgit v1.2.3