X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FproofEngineTypes.mli;h=7c7b8330ee13d7cf075c6247dd4a293dc9520d16;hb=refs%2Ftags%2F0.4.95%407852;hp=f326a469f126cb65e376b66947c86280520d6bcb;hpb=e00d05ab58597620345c2fd49b84a23efa8db34c;p=helm.git diff --git a/components/tactics/proofEngineTypes.mli b/components/tactics/proofEngineTypes.mli index f326a469f..7c7b8330e 100644 --- a/components/tactics/proofEngineTypes.mli +++ b/components/tactics/proofEngineTypes.mli @@ -27,7 +27,7 @@ current proof (proof uri * metas * (in)complete proof * term to be prooved) *) type proof = - UriManager.uri option * Cic.metasenv * Cic.term * Cic.term * Cic.attribute list + UriManager.uri option * Cic.metasenv * Cic.substitution * Cic.term * Cic.term * Cic.attribute list (** current goal, integer index *) type goal = int type status = proof * goal @@ -75,3 +75,4 @@ type mk_fresh_name_type = val goals_of_proof: proof -> goal list +val hole: Cic.term