diff options
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/tacexpr.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli index df4ed2c41e..fece993120 100644 --- a/intf/tacexpr.mli +++ b/intf/tacexpr.mli @@ -214,6 +214,9 @@ and ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr = | TacComplete of ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr | TacSolve of ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr list | TacTry of ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr + | TacOr of + ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr * + ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr | TacOrelse of ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr * ('t,'p,'c,'i,'r,'n,'l) gen_tactic_expr |
