Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DsIdentitiesFound -> 4214 #279

Open
PPKFS opened this issue Jun 13, 2022 · 1 comment
Open

DsIdentitiesFound -> 4214 #279

PPKFS opened this issue Jun 13, 2022 · 1 comment

Comments

@PPKFS
Copy link
Collaborator

PPKFS commented Jun 13, 2022

No description provided.

@david-christiansen david-christiansen transferred this issue from haskell/error-messages Jun 21, 2022
@BinderDavid
Copy link
Collaborator

BinderDavid commented Sep 3, 2023

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 BinderDavid self-assigned this Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants