aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/vernacexpr.mli
diff options
context:
space:
mode:
Diffstat (limited to 'intf/vernacexpr.mli')
-rw-r--r--intf/vernacexpr.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index 9a26668cd..5bfea4e34 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -422,7 +422,7 @@ and located_vernac_expr = Loc.t * vernac_expr
a query like Check *)
type vernac_type =
| VtStartProof of vernac_start
- | VtSideff
+ | VtSideff of vernac_sideff_type
| VtQed of vernac_qed_type
| VtProofStep
| VtQuery of vernac_part_of_script
@@ -430,6 +430,7 @@ type vernac_type =
| VtUnknown
and vernac_qed_type = KeepProof | DropProof (* Qed, Admitted/Abort *)
and vernac_start = string * Id.t list
+and vernac_sideff_type = Id.t list
and vernac_is_alias = bool
and vernac_part_of_script = bool
and vernac_control =