aboutsummaryrefslogtreecommitdiff
path: root/src/lux/type.clj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lux/type.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lux/type.clj b/src/lux/type.clj
index 766e28a39..c8ee06059 100644
--- a/src/lux/type.clj
+++ b/src/lux/type.clj
@@ -342,7 +342,7 @@
[_]
(fail (str "[Type Error] Not type-var: " (show-type tvar)))))
-(defn show-type [type]
+(defn show-type [^objects type]
;; (prn 'show-type (aget type 0))
(matchv ::M/objects [type]
[["lux;DataT" name]]