aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/type.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/type.lux b/stdlib/source/library/lux/type.lux
index 629947eb0..c3c537701 100644
--- a/stdlib/source/library/lux/type.lux
+++ b/stdlib/source/library/lux/type.lux
@@ -502,6 +502,6 @@
bodyT <code>.any])
(in (list (` (..with_expansions [(~+ (|> bindings
(list#each (.function (_ [localT valueT])
- (list localT (` (..as_is (~ valueT))))))
+ (list localT (` (.these (~ valueT))))))
list#conjoint))]
(~ bodyT))))))