idris2-dom
idris2-dom copied to clipboard
[ refactor, breaking ] deprecate JSType and use Cast instead
I'm experimenting with compile-time slow downs when using idris2-dom, possibly due to too many public export
s. A considerable amount of those come from the JSType
implementations, which must be publicly exported, because they operate at the typelevel. With this PR, these are replaced by implementations of Cast
.