From bda7852cb0896727389935f420eec0e8e3315cf7 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Thu, 12 Jun 2014 15:04:06 +0200 Subject: Passing some tactics to the new monad type. --- tactics/tactics.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tactics/tactics.mli') diff --git a/tactics/tactics.mli b/tactics/tactics.mli index c1911819b..6574d88c5 100644 --- a/tactics/tactics.mli +++ b/tactics/tactics.mli @@ -45,8 +45,8 @@ val fix : Id.t option -> int -> tactic val mutual_cofix : Id.t -> (Id.t * constr) list -> int -> tactic val cofix : Id.t option -> tactic -val convert : constr -> constr -> tactic -val convert_leq : constr -> constr -> tactic +val convert : constr -> constr -> unit Proofview.tactic +val convert_leq : constr -> constr -> unit Proofview.tactic (** {6 Introduction tactics. } *) @@ -110,7 +110,7 @@ val intros_pattern_bound : val assumption : unit Proofview.tactic val exact_no_check : constr -> tactic val vm_cast_no_check : constr -> tactic -val exact_check : constr -> tactic +val exact_check : constr -> unit Proofview.tactic val exact_proof : Constrexpr.constr_expr -> tactic (** {6 Reduction tactics. } *) -- cgit v1.2.3