aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper/src/lux/host/generics.clj
diff options
context:
space:
mode:
authorEduardo Julian2021-08-19 04:59:06 -0400
committerEduardo Julian2021-08-19 04:59:06 -0400
commitd772fe99d5d4990c6774481fb64d12280cdb6aae (patch)
tree209a2ce3b8e896be15db40bc58db830a5304b4f9 /lux-bootstrapper/src/lux/host/generics.clj
parente00ba096c8837abe85d366e0c1293c09dbe84d81 (diff)
Enabled compile-time code evaluation (i.e. "eval" function).
Diffstat (limited to 'lux-bootstrapper/src/lux/host/generics.clj')
-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
_