aboutsummaryrefslogtreecommitdiff
path: root/src/lux/type/host.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/lux/type/host.clj')
-rw-r--r--src/lux/type/host.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lux/type/host.clj b/src/lux/type/host.clj
index b03fd9828..b83c74a60 100644
--- a/src/lux/type/host.clj
+++ b/src/lux/type/host.clj
@@ -64,7 +64,7 @@
;; [Exports]
(let [class-name-re #"((\[+)L([\.a-zA-Z0-9]+);|([\.a-zA-Z0-9]+)|(\[+)([ZBSIJFDC]))"
- Unit (&/V &/$TupleT (&/|list))
+ Unit (&/V &/$UnitT nil)
jprim->lprim (fn [prim]
(case prim
"Z" "boolean"