aboutsummaryrefslogtreecommitdiff
path: root/src/lux/compiler/type.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/lux/compiler/type.clj')
-rw-r--r--src/lux/compiler/type.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lux/compiler/type.clj b/src/lux/compiler/type.clj
index 1bfca2c1f..8a63aaa17 100644
--- a/src/lux/compiler/type.clj
+++ b/src/lux/compiler/type.clj
@@ -13,9 +13,9 @@
;; [Utils]
(defn ^:private variant$ [tag body]
- "(-> Text Analysis Analysis)"
+ "(-> Int Analysis Analysis)"
(&a/|meta &type/$Void &/empty-cursor
- (&/V &a/$variant (&/T [tag body]))))
+ (&/V &a/$variant (&/T [tag false body]))))
(defn ^:private tuple$ [members]
"(-> (List Analysis) Analysis)"