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
I suspect this is just that it's not checking whether there are holes left over after checking at the REPL (via checkUserHoles), and given that the missing argument isn't checked or used at all in the definition, it can still successfully evaluate it.
fabianhjr
changed the title
Non-Auto Implicits get Deferred as Holes
Non-Auto Implicits get Deferred as Holes and not checked on REPL Evaluation
Apr 24, 2020
Steps to Reproduce
Load the following into a repl
idris2 Test.idr
Expected Behavior
Observed Behavior
Aparently it is treating the evaluation of
isZero
as having a hole:The text was updated successfully, but these errors were encountered: