Florian Diebold d66daee849 Clean up handling of int/float literal types
'Unknown' int/float types actually never exist as such, they get replaced by
type variables immediately. So the whole `Uncertain<IntTy>` thing was
unnecessary and just led to a bunch of match branches that were never hit.
2020-06-06 17:52:00 +02:00
..
2020-05-20 13:02:53 +02:00
2020-06-05 20:09:13 +02:00
2020-05-20 13:02:53 +02:00