aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/type.clj
diff options
context:
space:
mode:
Diffstat (limited to 'luxc/src/lux/type.clj')
-rw-r--r--luxc/src/lux/type.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/luxc/src/lux/type.clj b/luxc/src/lux/type.clj
index 6fe47dbf9..9a1e12e18 100644
--- a/luxc/src/lux/type.clj
+++ b/luxc/src/lux/type.clj
@@ -315,7 +315,7 @@
_
(|do [_ (reset-var ?id ==type)]
- (return type))))
+ (return ==type))))
(return type)))
)