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
This reports all warnings (including those from hlint's default settings) I guess that "dangerous functions" are listed under "avoid restricted function".
NB: It's a bit strange (for me) to see "return" there, but apparently it should be "pure". That's a matter of style only? No, this page https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return says it's "error prone" (default declarations of Applicative.pure and Monad.return refer to each other => non-termination).
Useful list and hlint config here:
https://github.com/NorfairKing/haskell-dangerous-functions
The text was updated successfully, but these errors were encountered: