diff options
| author | Maxime Dénès | 2018-01-22 09:39:29 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-01-22 09:39:29 +0100 |
| commit | d53fa7ca8ea43da2844d64186aacb0eb55a52e81 (patch) | |
| tree | e1f1979df56aac7c7d2b6cfd9d0f38f43e3fec45 /pretyping/evarconv.ml | |
| parent | e362c3ecc84099b0187060248b54d5579ff1cea3 (diff) | |
| parent | d989eb76de8fc8158161508dc2d032c25e18f373 (diff) | |
Merge PR #6618: Fix Ltac subterm matching in (co-)fixpoints.
Diffstat (limited to 'pretyping/evarconv.ml')
| -rw-r--r-- | pretyping/evarconv.ml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pretyping/evarconv.ml b/pretyping/evarconv.ml index 788e4d268a..41c4616f79 100644 --- a/pretyping/evarconv.ml +++ b/pretyping/evarconv.ml @@ -276,11 +276,6 @@ let rec ise_app_stack2 env f evd sk1 sk2 = end | _, _ -> (sk1,sk2), Success evd -let push_rec_types pfix env = - let (i, c, t) = pfix in - let inj c = EConstr.Unsafe.to_constr c in - push_rec_types (i, Array.map inj c, Array.map inj t) env - (* This function tries to unify 2 stacks element by element. It works from the end to the beginning. If it unifies a non empty suffix of stacks but not the entire stacks, the first part of the answer is |
