We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Consider the following example:
class Test a where test :: a -> () instance Test Int where test = _
At _, it would be nice to have the method test in the completion list, e.g. for recursive invocations, this is not the case currently, however:
_
test