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
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
I really like idris language server.
Especially the case split feature.
Right click x and choose case split.
Now lets forget about _|_ / bottom / undefined for a moment.
What can we do with the function
f
, if we don't have any variable of typea
? Nothing... lets get rid of that.And also the named hole feature.
Right click
?foo
and select make definition.The text was updated successfully, but these errors were encountered: