aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux.lux')
-rw-r--r--stdlib/source/lux.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux
index 168afa397..de985db95 100644
--- a/stdlib/source/lux.lux
+++ b/stdlib/source/lux.lux
@@ -5216,7 +5216,7 @@
(def: (case-level^ level)
(-> AST (Lux [AST AST]))
(case level
- (^ [_ (#;RecordS (list [expr binding]))])
+ (^ [_ (#;TupleS (list expr binding))])
(return [expr binding])
_