diff options
| author | Pierre-Marie Pédrot | 2015-12-03 15:08:51 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2015-12-03 15:13:02 +0100 |
| commit | 06a30c78c6148e8286c0904368bcc0f7c5af2c81 (patch) | |
| tree | 8581b27825cd3a6b5e1ced6061004f9b9ddd0f11 /intf | |
| parent | f5a752261f210e9c5ecbbbf54886904f0856975a (diff) | |
| parent | 6316e8b380a9942cd587f250eb4a69668e52019e (diff) | |
Merge branch 'v8.5'
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/tacexpr.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli index 124d4c0fef..73130d3804 100644 --- a/intf/tacexpr.mli +++ b/intf/tacexpr.mli @@ -142,7 +142,7 @@ type 'a gen_atomic_tactic_expr = | TacIntroMove of Id.t option * 'nam move_location | TacExact of 'trm | TacApply of advanced_flag * evars_flag * 'trm with_bindings_arg list * - (clear_flag * 'nam * 'dtrm intro_pattern_expr located option) option + ('nam * 'dtrm intro_pattern_expr located option) option | TacElim of evars_flag * 'trm with_bindings_arg * 'trm with_bindings option | TacCase of evars_flag * 'trm with_bindings_arg | TacFix of Id.t option * int |
