diff options
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/tacexpr.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli index 223ece63be..4b78b55fd5 100644 --- a/intf/tacexpr.mli +++ b/intf/tacexpr.mli @@ -144,8 +144,6 @@ type ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_atomic_tactic_expr = | TacRevert of 'nam list (* Trmuctors *) - | TacLeft of evars_flag * 'trm bindings - | TacRight of evars_flag * 'trm bindings | TacSplit of evars_flag * split_flag * 'trm bindings list | TacAnyConstructor of evars_flag * ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_tactic_expr option |
