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
Agda's inspect idiom is the way we simulate a behaviour similar to Coq's remember tactic --- introduce a equality on a expression that we want to pattern match on it, "remembering" its shape before the pattern match.
An explanation of the types used is highly necessary.
The text was updated successfully, but these errors were encountered:
Agda's inspect idiom is the way we simulate a behaviour similar to Coq's remember tactic --- introduce a equality on a expression that we want to pattern match on it, "remembering" its shape before the pattern match.
An explanation of the types used is highly necessary.
The text was updated successfully, but these errors were encountered: