Converter icon indicating copy to clipboard operation
Converter copied to clipboard

Investigate real literal types

Open oyvindberg opened this issue 3 years ago • 0 comments

There were a bunch of reasons why the current encoding with sealed trait strings were chosen, and it's time to revisit and see if those reasons still hold with scala 3.

The biggest issue is that we get more erasure collisions, so some research into new encoding is needed. See https://github.com/ScalablyTyped/Converter/discussions/343 in particular

oyvindberg avatar Oct 10 '21 20:10 oyvindberg