We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g.
\x -> f x
f
\_ -> x
const x
x >> return ()
void x
maybe x id m
fromMaybe x m
fst . runState
evalState
snd . runState
execState
do
do { x }
x
let
Debug.Trace
These suggestions could be similar to what hlint suggests.
The text was updated successfully, but these errors were encountered:
These suggestions could also be factored out into a separate linting tool that curry-language-server then integrated (i.e. depends on).
curry-language-server
Sorry, something went wrong.
No branches or pull requests
E.g.
\x -> f x
tof
)\_ -> x
toconst x
)x >> return ()
tovoid x
)maybe x id m
tofromMaybe x m
,fst . runState
toevalState
,snd . runState
toexecState
, ...)do
s (do { x }
tox
)let
sDebug.Trace
importsThese suggestions could be similar to what hlint suggests.
The text was updated successfully, but these errors were encountered: