aboutsummaryrefslogtreecommitdiffhomepage
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 319b7ff4f..3f5dbaeea 100644
--- a/proofs/proof_type.ml
+++ b/proofs/proof_type.ml
@@ -88,7 +88,7 @@ and tactic_arg =
| OpenConstr of ((int * constr) list * constr) (* constr with holes *)
| Constr_context of constr
| Identifier of identifier
- | Qualid of qualid
+ | Qualid of Nametab.qualid
| Integer of int
| Clause of identifier list
| Bindings of Coqast.t substitution