aboutsummaryrefslogtreecommitdiff
path: root/tactics/tactics.mli
diff options
context:
space:
mode:
authorHugo Herbelin2015-10-24 17:53:30 +0200
committerHugo Herbelin2015-12-30 10:34:04 +0100
commit37ab457263e980aa49e681eceb3eb382ef8b36e3 (patch)
tree633b55bb0f7cae26f44c4d8007062a37304e9c73 /tactics/tactics.mli
parent74ba1999baa08a283c1743c22692bc575b40a0b9 (diff)
Moving apply_type to new proof engine.
Note that code depending on apply_type might now have to ensure that typing constraints that were possibly generated by apply_type are now taken into account in advance.
Diffstat (limited to 'tactics/tactics.mli')
-rw-r--r--tactics/tactics.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.mli b/tactics/tactics.mli
index c966adb801..098212048f 100644
--- a/tactics/tactics.mli
+++ b/tactics/tactics.mli
@@ -179,7 +179,7 @@ val revert : Id.t list -> unit Proofview.tactic
(** {6 Resolution tactics. } *)
-val apply_type : constr -> constr list -> tactic
+val apply_type : constr -> constr list -> unit Proofview.tactic
val bring_hyps : named_context -> unit Proofview.tactic
val apply : constr -> unit Proofview.tactic