diff options
| author | Vincent Laporte | 2020-01-18 20:35:42 +0100 |
|---|---|---|
| committer | Vincent Laporte | 2020-03-19 08:05:07 +0100 |
| commit | e138fbf1e1cd95bfae05e17074f94a1ebde2edf8 (patch) | |
| tree | d6d1698cb15f83a4bbfae057f2ec932971d8ea1a /theories/Compat | |
| parent | daad81ddd72f4a8892b683d4f2b72345ff0bb84f (diff) | |
firstorder: default tactic is “auto with core”
Diffstat (limited to 'theories/Compat')
| -rw-r--r-- | theories/Compat/Coq812.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Compat/Coq812.v b/theories/Compat/Coq812.v index d628456c78..ee4bac3542 100644 --- a/theories/Compat/Coq812.v +++ b/theories/Compat/Coq812.v @@ -9,3 +9,4 @@ (************************************************************************) (** Compatibility file for making Coq act similar to Coq v8.12 *) +Set Firstorder Solver auto with *. |
