Closed RyanGlScott closed 1 year ago
GHC!2965 causes derived Generic(1) instances to attach INLINE [1] pragmas to its implementations of from(1) and to(1). We should do the same thing in generic-deriving.
Generic(1)
INLINE [1]
from(1)
to(1)
generic-deriving
GHC!2965 causes derived
Generic(1)
instances to attachINLINE [1]
pragmas to its implementations offrom(1)
andto(1)
. We should do the same thing ingeneric-deriving
.