diff options
Diffstat (limited to 'proofs/proof_type.ml')
| -rw-r--r-- | proofs/proof_type.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml index 609c7782d7..737cea68c4 100644 --- a/proofs/proof_type.ml +++ b/proofs/proof_type.ml @@ -53,8 +53,7 @@ type ltac_call_kind = | LtacNameCall of ltac_constant | LtacAtomCall of glob_atomic_tactic_expr | LtacVarCall of Id.t * glob_tactic_expr - | LtacConstrInterp of glob_constr * - (extended_patvar_map * (Id.t * Id.t option) list) + | LtacConstrInterp of glob_constr * Pretyping.ltac_var_map type ltac_trace = (int * Loc.t * ltac_call_kind) list |
