X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2Ftactics.mli;h=ff888d78b02e800627dcb6d8a68c5a95ed6343ff;hb=12cc5b2b8e7f7bb0b5e315094b008a293a4df6b1;hp=a8730287e732fabd7b792a86a69a27940179578c;hpb=80fc89019bcb7fb7e0e1fb8bb111b708be49d19f;p=helm.git diff --git a/helm/ocaml/tactics/tactics.mli b/helm/ocaml/tactics/tactics.mli index a8730287e..ff888d78b 100644 --- a/helm/ocaml/tactics/tactics.mli +++ b/helm/ocaml/tactics/tactics.mli @@ -25,17 +25,26 @@ val decompose : list) -> Cic.term -> ProofEngineTypes.tactic val discriminate : term:Cic.term -> ProofEngineTypes.tactic -val elim_intros : term:Cic.term -> ProofEngineTypes.tactic -val elim_intros_simpl : term:Cic.term -> ProofEngineTypes.tactic -val elim_type : term:Cic.term -> ProofEngineTypes.tactic +val elim_intros : + ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> + ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic +val elim_intros_simpl : + ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> + ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic +val elim_type : + ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> + ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic val exact : term:Cic.term -> ProofEngineTypes.tactic val exists : ProofEngineTypes.tactic val fail : ProofEngineTypes.tactic val fold : reduction:(Cic.context -> Cic.term -> Cic.term) -> + term:Cic.term -> pattern:ProofEngineTypes.pattern -> ProofEngineTypes.tactic val fourier : ProofEngineTypes.tactic -val fwd_simpl : what:Cic.term -> dbd:Mysql.dbd -> ProofEngineTypes.tactic +val fwd_simpl : + ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> + dbd:Mysql.dbd -> string -> ProofEngineTypes.tactic val generalize : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> ProofEngineTypes.pattern -> ProofEngineTypes.tactic @@ -47,7 +56,8 @@ val intros : unit -> ProofEngineTypes.tactic val lapply : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> - ?to_what:Cic.term -> Cic.term -> ProofEngineTypes.tactic + ?how_many:int -> + ?to_what:Cic.term list -> Cic.term -> ProofEngineTypes.tactic val left : ProofEngineTypes.tactic val letin : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> @@ -59,17 +69,11 @@ val replace : pattern:ProofEngineTypes.pattern -> with_what:Cic.term -> ProofEngineTypes.tactic val rewrite : - ?where:ProofEngineTypes.pattern -> - term:Cic.term -> unit -> ProofEngineTypes.tactic -val rewrite_back : - ?where:ProofEngineTypes.pattern -> - term:Cic.term -> unit -> ProofEngineTypes.tactic -val rewrite_back_simpl : - ?where:ProofEngineTypes.pattern -> - term:Cic.term -> unit -> ProofEngineTypes.tactic + direction:[ `LeftToRight | `RightToLeft ] -> + pattern:ProofEngineTypes.pattern -> Cic.term -> ProofEngineTypes.tactic val rewrite_simpl : - ?where:ProofEngineTypes.pattern -> - term:Cic.term -> unit -> ProofEngineTypes.tactic + direction:[ `LeftToRight | `RightToLeft ] -> + pattern:ProofEngineTypes.pattern -> Cic.term -> ProofEngineTypes.tactic val right : ProofEngineTypes.tactic val ring : ProofEngineTypes.tactic val set_goal : int -> ProofEngineTypes.tactic