X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Ftactics.mli;h=2ff482ff1c6cc7ac10fc41f2c433b825b9169278;hb=41e76668e9389ce17e41747026e533f907a0311c;hp=751d9e93f6611a49656d889e0e5456de91335e21;hpb=03389c7fc20f0e02d795eb8f1eddf10b8093e69a;p=helm.git diff --git a/components/tactics/tactics.mli b/components/tactics/tactics.mli index 751d9e93f..2ff482ff1 100644 --- a/components/tactics/tactics.mli +++ b/components/tactics/tactics.mli @@ -1,12 +1,10 @@ -(* GENERATED FILE, DO NOT EDIT. STAMP:Tue Mar 21 17:18:22 CET 2006 *) +(* GENERATED FILE, DO NOT EDIT. STAMP:Wed Apr 12 11:46:23 CEST 2006 *) val absurd : term:Cic.term -> ProofEngineTypes.tactic val apply : term:Cic.term -> ProofEngineTypes.tactic +val applyS : dbd:HMysql.dbd -> term:Cic.term -> ProofEngineTypes.tactic val assumption : ProofEngineTypes.tactic -val auto : - ?depth:int -> - ?width:int -> - ?paramodulation:string -> - ?full:string -> dbd:HMysql.dbd -> unit -> ProofEngineTypes.tactic +val auto : + params:(string * string) list -> dbd:HMysql.dbd -> ProofEngineTypes.tactic val change : pattern:ProofEngineTypes.lazy_pattern -> Cic.lazy_term -> ProofEngineTypes.tactic