aboutsummaryrefslogtreecommitdiff
path: root/stm/vernac_classifier.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stm/vernac_classifier.ml')
-rw-r--r--stm/vernac_classifier.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/stm/vernac_classifier.ml b/stm/vernac_classifier.ml
index ff0bf0ac2a..c5b3e0931b 100644
--- a/stm/vernac_classifier.ml
+++ b/stm/vernac_classifier.ml
@@ -74,7 +74,7 @@ let classify_vernac e =
| VernacShow _ | VernacPrint _ | VernacSearch _ | VernacLocate _
| VernacCheckMayEval _ -> VtQuery
(* ProofStep *)
- | VernacProof _
+ | VernacProof _
| VernacFocus _ | VernacUnfocus
| VernacSubproof _
| VernacCheckGuard
@@ -83,7 +83,7 @@ let classify_vernac e =
VtProofStep { parallel = `No; proof_block_detection = None }
| VernacBullet _ ->
VtProofStep { parallel = `No; proof_block_detection = Some "bullet" }
- | VernacEndSubproof ->
+ | VernacEndSubproof ->
VtProofStep { parallel = `No;
proof_block_detection = Some "curly" }
(* StartProof *)
@@ -146,7 +146,7 @@ let classify_vernac e =
| VernacUniverse _ | VernacConstraint _
| VernacCanonical _ | VernacCoercion _ | VernacIdentityCoercion _
| VernacAddLoadPath _ | VernacRemoveLoadPath _ | VernacAddMLPath _
- | VernacChdir _
+ | VernacChdir _
| VernacCreateHintDb _ | VernacRemoveHints _ | VernacHints _
| VernacArguments _
| VernacReserve _