You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which contains two overlapping definitions of the metavar hole (marked by ->)
this leads to problems in IDEs such as Atom, which try to implement a reasonable UI for this.
Steps to Reproduce
Given the following program:
?myFun_rhs
and get the type of the hole (Atom: Ctrl-Alt-t)Expected Behavior
idris sends correct s-exp expression with no duplicates.
Observed Behavior
idris responds with the s-exp expression:
which contains two overlapping definitions of the metavar
hole
(marked by->
)this leads to problems in IDEs such as Atom, which try to implement a reasonable UI for this.
See idris-hackers/atom-language-idris#195 for screenshots
The text was updated successfully, but these errors were encountered: