X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Focaml%2Ftactics%2Ftactics.mli;h=a8730287e732fabd7b792a86a69a27940179578c;hb=80fc89019bcb7fb7e0e1fb8bb111b708be49d19f;hp=c4c1a32e43572c272d585629ab0f93149319c943;hpb=df0606d3bcbc41272fcde2d013bbe0b1aadf98af;p=helm.git diff --git a/helm/ocaml/tactics/tactics.mli b/helm/ocaml/tactics/tactics.mli index c4c1a32e4..a8730287e 100644 --- a/helm/ocaml/tactics/tactics.mli +++ b/helm/ocaml/tactics/tactics.mli @@ -5,7 +5,8 @@ val assumption : ProofEngineTypes.tactic val auto : ?depth:int -> ?width:int -> dbd:Mysql.dbd -> unit -> ProofEngineTypes.tactic -val change : what:Cic.term -> with_what:Cic.term -> ProofEngineTypes.tactic +val change : + pattern:ProofEngineTypes.pattern -> Cic.term -> ProofEngineTypes.tactic val clear : hyp:string -> ProofEngineTypes.tactic val clearbody : hyp:string -> ProofEngineTypes.tactic val compare : term:Cic.term -> ProofEngineTypes.tactic @@ -32,13 +33,12 @@ val exists : ProofEngineTypes.tactic val fail : ProofEngineTypes.tactic val fold : reduction:(Cic.context -> Cic.term -> Cic.term) -> - pattern:ProofEngineTypes.pattern -> - term:Cic.term -> ProofEngineTypes.tactic + pattern:ProofEngineTypes.pattern -> ProofEngineTypes.tactic val fourier : ProofEngineTypes.tactic val fwd_simpl : what:Cic.term -> dbd:Mysql.dbd -> ProofEngineTypes.tactic val generalize : ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> - term:Cic.term -> ProofEngineTypes.pattern -> ProofEngineTypes.tactic + ProofEngineTypes.pattern -> ProofEngineTypes.tactic val id : ProofEngineTypes.tactic val injection : term:Cic.term -> ProofEngineTypes.tactic val intros :