diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2018-06-22 13:45:03 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2018-07-17 14:15:59 +0200 |
commit | 8c43e795c772090b336c0f170a6e5dcab196125d (patch) | |
tree | 98508f7e342142dd017da56872f74df73e6fce58 /ide | |
parent | b799252775563b4f46f5ea39cbfc469759e7a296 (diff) |
Remove fourier plugin
As stated in the manual, the fourier tactic is subsumed by lra.
Diffstat (limited to 'ide')
-rw-r--r-- | ide/MacOS/default_accel_map | 1 | ||||
-rw-r--r-- | ide/coq_commands.ml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ide/MacOS/default_accel_map b/ide/MacOS/default_accel_map index 47612cdf7..54a592a04 100644 --- a/ide/MacOS/default_accel_map +++ b/ide/MacOS/default_accel_map @@ -217,7 +217,6 @@ ; (gtk_accel_path "<Actions>/Tactics/Tactic casetype" "") ; (gtk_accel_path "<Actions>/Tactics/Tactic cbv in" "") ; (gtk_accel_path "<Actions>/Templates/Template Load" "") -; (gtk_accel_path "<Actions>/Tactics/Tactic fourier" "") ; (gtk_accel_path "<Actions>/Templates/Template Goal" "") ; (gtk_accel_path "<Actions>/Tactics/Tactic exists" "") ; (gtk_accel_path "<Actions>/Tactics/Tactic decompose record" "") diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml index f5dba2085..b0bafb793 100644 --- a/ide/coq_commands.ml +++ b/ide/coq_commands.ml @@ -311,7 +311,6 @@ let tactics = "fix __ with"; "fold"; "fold __ in"; - "fourier"; "functional induction"; ]; |