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
Only since v8.13 is it possible to use `apply` on multiple hypotheses
simultaneously.
The functions `curry` and `uncurry` only exist since Coq v8.13 and were
earlier called `prod_uncurry` and `prod_curry`. But the latter got
deprecated. To ensure compatibility with Coq v8.12 (and simplifying the
code a little when using `f1` but complicating the def. of `f1`) the
definition of `f1` is changed a little.
This theorem is only available in Coq v8.13 and later. To stay
compatible with Coq v8.12, this theorem has to be avoided.
0 commit comments