Any way to unroll Generic instances?
Haskell Community [Unofficial]
June 3, 2026
Nope, you get the raw definitions, so either an empty instance that falls back to its Generics-based default, or (if DerivingVia) a coercion to an unlisted instance.
Discussion in the ATmosphere