Implement `(#.)` using `coerce` when possible
Closed this issue · 0 comments
RyanGlScott commented
Currently, the internals of Data.Reflection
define this:
reflection/fast/Data/Reflection.hs
Lines 667 to 668 in 493f3fe
On modern GHCs, we can implement this using coerce
instead. See here for an example of how to do this.