Open Vexu opened 1 month ago
Hm, we currently don't actually have a way to represent an error union which is an undefined
error in the InternPool
. In fact, I think this cast should either be a compile error (and IB at runtime) or create an undefined
error union, since an error index of 0
would, at runtime, result in a non-error E!T
value.