diff options
| author | Enrico Tassi | 2018-12-18 13:24:32 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2018-12-18 13:24:32 +0100 |
| commit | 58c588575b8eae1cf5d74b49b60b248816d6a3e9 (patch) | |
| tree | 46729c6ff7f69d4ce8df7653c6e395ca8889a361 /stm | |
| parent | 5dffdc66a47acd919c148e2e774252b4b4b51859 (diff) | |
| parent | b9f78d6b3da817de84e42eca90e3807004452046 (diff) | |
Merge PR #9222: 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 |
