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
X:TypeY: X ->TypeZ: X ->Type
failing "While processing type of f. Can't find an implementation for X"f: Y x -> Z %search
f: {0 x : _} -> Y x -> Z %search
failing "While processing constructor MkD. Can't find an implementation for X"dataD:TypewhereMkD: Y x -> Z %search -> D
dataD:TypewhereMkD: {0 x : _} -> Y x -> Z %search -> D
Expected Behavior
An unbound x is equivalent to {0 x : _} ->
Observed Behavior
%search finds x in the second case, but not in the first case
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Expected Behavior
An unbound
x
is equivalent to{0 x : _} ->
Observed Behavior
%search
findsx
in the second case, but not in the first caseThe text was updated successfully, but these errors were encountered: