aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/leminv.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/leminv.mli')
-rw-r--r--tactics/leminv.mli10
1 files changed, 5 insertions, 5 deletions
diff --git a/tactics/leminv.mli b/tactics/leminv.mli
index 5019ceda5..16695fcd7 100644
--- a/tactics/leminv.mli
+++ b/tactics/leminv.mli
@@ -15,15 +15,15 @@ open Proof_type
open Constrexpr
open Misctypes
-val lemInv_gen : quantified_hypothesis -> constr -> tactic
-val lemInvIn_gen : quantified_hypothesis -> constr -> Id.t list -> tactic
+val lemInv_gen : quantified_hypothesis -> constr -> unit Proofview.tactic
+val lemInvIn_gen : quantified_hypothesis -> constr -> Id.t list -> unit Proofview.tactic
val lemInv_clause :
- quantified_hypothesis -> constr -> Id.t list -> tactic
+ quantified_hypothesis -> constr -> Id.t list -> unit Proofview.tactic
val inversion_lemma_from_goal :
int -> Id.t -> Id.t located -> sorts -> bool ->
- (Id.t -> tactic) -> unit
+ (Id.t -> unit Proofview.tactic) -> unit
val add_inversion_lemma_exn :
- Id.t -> constr_expr -> glob_sort -> bool -> (Id.t -> tactic) ->
+ Id.t -> constr_expr -> glob_sort -> bool -> (Id.t -> unit Proofview.tactic) ->
unit