diff options
Diffstat (limited to '')
-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) |