diff options
| author | Pierre-Marie Pédrot | 2016-02-29 13:32:39 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-02-29 13:52:48 +0100 |
| commit | 1397f791b1699b0f04d971465270d5b2df9a6d7f (patch) | |
| tree | 0ff9609e6a03baba58a1b1072a9c3b8b593ad6f9 /intf | |
| parent | 293222e49ff81bc1299b3822d2a8c526ca803307 (diff) | |
Moving the "move" tactic to TACTIC EXTEND.
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/tacexpr.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli index dae960e0e5..7366bc03e6 100644 --- a/intf/tacexpr.mli +++ b/intf/tacexpr.mli @@ -160,7 +160,6 @@ type 'a gen_atomic_tactic_expr = | TacDoubleInduction of quantified_hypothesis * quantified_hypothesis (* Context management *) - | TacMove of 'nam * 'nam move_location | TacRename of ('nam *'nam) list (* Conversion *) |
