aboutsummaryrefslogtreecommitdiff
path: root/proofs/proof_type.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/proof_type.ml')
-rw-r--r--proofs/proof_type.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml
index 6a22de3e64..cf92c41e6d 100644
--- a/proofs/proof_type.ml
+++ b/proofs/proof_type.ml
@@ -92,7 +92,7 @@ and validation = (proof_tree list -> proof_tree)
and tactic_arg =
| Command of Coqast.t
| Constr of constr
- | OpenConstr of ((int * constr) list * constr) (* constr with holes *)
+ | OpenConstr of Pretyping.open_constr
| Constr_context of constr
| Identifier of identifier
| Qualid of Nametab.qualid