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
ss :: Bool -> String ss b = case b of ‣ Wingman: Complete case constructors (Bool) tt :: Bool -> String tt = \case
It would be super if Wingman prompted the completion for tt as well as ss
tt
ss
I'm on 1.2.0.0
The text was updated successfully, but these errors were encountered:
//cc @isovector
Sorry, something went wrong.
Nice idea!
Successfully merging a pull request may close this issue.
It would be super if Wingman prompted the completion for
tt
as well asss
I'm on 1.2.0.0
The text was updated successfully, but these errors were encountered: