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
That is, if i write
case foo of Bar a b c -> _
the hole should get (foo.[[a,b,c]]) inserted in its position vars judgement
(foo.[[a,b,c]])
The text was updated successfully, but these errors were encountered:
haskell-language-server/plugins/tactics/src/Ide/Plugin/Tactic.hs
Lines 335 to 346 in 8e69004
Sorry, something went wrong.
No branches or pull requests
That is, if i write
the hole should get
(foo.[[a,b,c]])
inserted in its position vars judgementThe text was updated successfully, but these errors were encountered: