error-message-index icon indicating copy to clipboard operation
error-message-index copied to clipboard

DsIdentitiesFound -> 4214

Open PPKFS opened this issue 2 years ago • 1 comments

PPKFS avatar Jun 13 '22 18:06 PPKFS

Corresponds to the warning -Widentities:

Causes the compiler to emit a warning when a Prelude numeric conversion converts a type T to the same type T; 
such calls are probably no-ops and can be omitted. 
The functions checked for are: toInteger, toRational, fromIntegral, and realToFrac.

GHC issue tracker which introduced this: https://gitlab.haskell.org/ghc/ghc/-/issues/4488

BinderDavid avatar Sep 03 '23 17:09 BinderDavid