diff options
| author | Gaëtan Gilbert | 2018-12-14 13:29:06 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-12-17 14:48:24 +0100 |
| commit | b9f78d6b3da817de84e42eca90e3807004452046 (patch) | |
| tree | e3071139f2afc0215d803b277b7c875982970370 /stm | |
| parent | 854d3e1b404fb3ee9087ffb07cbba7cc9196c1f9 (diff) | |
Fix classification of Set Default Proof Mode.
Diffstat (limited to 'stm')
| -rw-r--r-- | stm/vernac_classifier.ml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stm/vernac_classifier.ml b/stm/vernac_classifier.ml index 44d07279fc..f40b3e901b 100644 --- a/stm/vernac_classifier.ml +++ b/stm/vernac_classifier.ml @@ -56,7 +56,9 @@ let stm_allow_nested_proofs_option_name = ["Nested";"Proofs";"Allowed"] let options_affecting_stm_scheduling = [ Attributes.universe_polymorphism_option_name; - stm_allow_nested_proofs_option_name ] + stm_allow_nested_proofs_option_name; + Proof_global.proof_mode_opt_name; + ] let classify_vernac e = let static_classifier ~poly e = match e with |
