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.
The text was updated successfully, but these errors were encountered:
GHC!13739 implements a
deriving Show
performance trick by avoiding generating uses of(.)
, instead favoring direct function composition. We should do the same inderiving-compat
.The text was updated successfully, but these errors were encountered: