idris2-dom icon indicating copy to clipboard operation
idris2-dom copied to clipboard

[ refactor, breaking ] deprecate JSType and use Cast instead

Open stefan-hoeck opened this issue 1 year ago • 0 comments

I'm experimenting with compile-time slow downs when using idris2-dom, possibly due to too many public exports. 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.

stefan-hoeck avatar Jun 23 '23 12:06 stefan-hoeck