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
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.
No description provided.
The text was updated successfully, but these errors were encountered: