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
data N : U where
| Z : ...
| S : (_:N) -> ...
data False : U where
data Id {A : U} : (x y : A) -> U where
| refl : (t : A) -> ... t t
fun what (add : N -> N -> N) (_ : Id (add Z Z) Z) : False where
| _ k !@ k
The text was updated successfully, but these errors were encountered:
Adding a new state for unification in pattern matching part, when unifying VCon with a non VCon. In this situation, we are not sure if it possible to use absurd pattern.
The text was updated successfully, but these errors were encountered: