diff options
| author | Pierre-Marie Pédrot | 2014-09-14 16:52:35 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-09-14 16:59:11 +0200 |
| commit | 9bf62aeb8f96c334783e4e46d4b5e0792299e9fa (patch) | |
| tree | 4110d6611514467712ceedb840eebab3f1a620da /tactics/rewrite.mli | |
| parent | 95b8e0871cebc3271a47b12d7c84c62893a01892 (diff) | |
Rewrite.apply_strategy uses the same return type as strategies.
Diffstat (limited to 'tactics/rewrite.mli')
| -rw-r--r-- | tactics/rewrite.mli | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tactics/rewrite.mli b/tactics/rewrite.mli index 614e89a27e..4944f6475d 100644 --- a/tactics/rewrite.mli +++ b/tactics/rewrite.mli @@ -116,6 +116,4 @@ val apply_strategy : Names.Id.t list -> Term.constr -> bool * Term.constr -> - evars -> - (rewrite_proof * evars * Term.constr * Term.constr * Term.constr) - option option + evars -> rewrite_result |
