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.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml
index d90d3a93a5..2a65d799b2 100644
--- a/proofs/proof_type.ml
+++ b/proofs/proof_type.ml
@@ -85,6 +85,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 *)
| Constr_context of constr
| Identifier of identifier
| Integer of int