aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type/check.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/type/check.lux')
-rw-r--r--stdlib/source/library/lux/type/check.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/type/check.lux b/stdlib/source/library/lux/type/check.lux
index 882b723ff..dcdf4ba58 100644
--- a/stdlib/source/library/lux/type/check.lux
+++ b/stdlib/source/library/lux/type/check.lux
@@ -180,7 +180,7 @@
(def: #export (except exception message)
(All [e a] (-> (Exception e) e (Check a)))
- (..failure (exception.construct exception message)))
+ (..failure (exception.error exception message)))
(def: #export existential
{#.doc "A producer of existential types."}