Replies: 3 comments 3 replies
|
Can you share more details about your project? Afaik there's no setting at the level of haskell language server that would allow disabling this warning. Are you perhaps using relude or similar library? |
1 reply
|
What is the diagnostic that you actually get? |
2 replies
|
Ah, I didn't think of that, because I never saw stan working :)
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I make a massive use of
undefinedbecause it helps me filling the holes where I don't know yet what to write; then I often query its type (which is deduced by the surrounding context) and conclulde "oh, yes, then this needs to be ax $ y z).Having
undefinedmarked in yellow (or whatever, I use HLS on Vim via YouCompleteMe, for what is worth) it's really distracting.All reactions