You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GHC!13739 implements a deriving Show performance trick by avoiding generating uses of (.), instead favoring direct function composition. We should do the same in deriving-compat.
GHC!13739 implements a
deriving Showperformance trick by avoiding generating uses of(.), instead favoring direct function composition. We should do the same inderiving-compat.