aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernacinterp.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/vernacinterp.mli')
-rw-r--r--toplevel/vernacinterp.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/vernacinterp.mli b/toplevel/vernacinterp.mli
index 0c136820a..5863ffb7b 100644
--- a/toplevel/vernacinterp.mli
+++ b/toplevel/vernacinterp.mli
@@ -20,7 +20,7 @@ type vernac_arg =
| VARG_NUMBER of int
| VARG_NUMBERLIST of int list
| VARG_IDENTIFIER of identifier
- | VARG_QUALID of qualid
+ | VARG_QUALID of Nametab.qualid
| VARG_CONSTANT of constant_path
| VCALL of string * vernac_arg list
| VARG_CONSTR of Coqast.t