aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEduardo Julian2015-09-02 08:11:14 -0400
committerEduardo Julian2015-09-02 08:11:14 -0400
commita0eb061edbbb8bca666add620e4c82c4f3bc5fdc (patch)
tree8528f1020939a01bd5217a747268480e7ad8e67c /src
parentf270a49ce40829dc28c6254d7ed4eeb19f360f59 (diff)
- Added a new (albeit small) I/O library with host-dependent functions.
Diffstat (limited to '')
-rw-r--r--src/lux/analyser/host.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lux/analyser/host.clj b/src/lux/analyser/host.clj
index 796b2d147..c6c5cb39b 100644
--- a/src/lux/analyser/host.clj
+++ b/src/lux/analyser/host.clj
@@ -358,7 +358,7 @@
idx &&env/next-local-idx]
(return (&/T ?ex-class idx =catch-body))))
?catches)
- =finally (|case [?finally]
+ =finally (|case ?finally
(&/$None) (return (&/V &/$None nil))
(&/$Some ?finally*) (|do [=finally (analyse-1+ analyse ?finally*)]
(return (&/V &/$Some =finally))))]