X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fdeclarative.mli;h=a42faac4b599b2cdd361159417146fc20eb5573e;hb=6805316d54eff18f5afbc712093c80421f2ddb18;hp=4693085d2746d3dabcb859d5732e7b6178505dd7;hpb=d669da59d27e2418e65a275dc5d405237db2b93a;p=helm.git diff --git a/helm/software/components/tactics/declarative.mli b/helm/software/components/tactics/declarative.mli index 4693085d2..a42faac4b 100644 --- a/helm/software/components/tactics/declarative.mli +++ b/helm/software/components/tactics/declarative.mli @@ -48,7 +48,8 @@ val thesisbecomes : Cic.term -> ProofEngineTypes.tactic val case : string -> params:(string * Cic.term) list -> ProofEngineTypes.tactic val existselim : - Cic.term -> string -> Cic.term -> string -> Cic.term -> ProofEngineTypes.tactic + dbd:HMysql.dbd -> universe:Universe.universe -> + Cic.term option -> string -> Cic.term -> string -> Cic.lazy_term -> ProofEngineTypes.tactic val andelim : Cic.term -> string -> Cic.term -> string -> Cic.term -> ProofEngineTypes.tactic