diff options
| author | Pierre-Marie Pédrot | 2014-09-02 14:26:14 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-09-02 14:32:57 +0200 |
| commit | ac60d974cc028cef60eb3593d1778977c1636629 (patch) | |
| tree | 2dad4d45848cc94bf6db0997c124e91ba4145091 /intf | |
| parent | deebdaa96867dc4424d412956b3a2f595f4d4cc7 (diff) | |
Removing [revert] tactic from the AST.
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 d7237f4672..e2995cfabc 100644 --- a/intf/tacexpr.mli +++ b/intf/tacexpr.mli @@ -154,7 +154,6 @@ type ('trm,'pat,'cst,'ref,'nam,'lev) gen_atomic_tactic_expr = | TacClearBody of 'nam list | TacMove of bool * 'nam * 'nam move_location | TacRename of ('nam *'nam) list - | TacRevert of 'nam list (* Trmuctors *) | TacSplit of evars_flag * 'trm bindings list |
