aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper/src/lux/host/generics.clj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lux-bootstrapper/src/lux/host/generics.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-bootstrapper/src/lux/host/generics.clj b/lux-bootstrapper/src/lux/host/generics.clj
index 58986c100..a1795bb18 100644
--- a/lux-bootstrapper/src/lux/host/generics.clj
+++ b/lux-bootstrapper/src/lux/host/generics.clj
@@ -46,7 +46,7 @@
(defn formal-type-parameter->signature [param]
(|let [[pname pbounds] param]
(|case pbounds
- (&/$Nil)
+ (&/$End)
pname
_