X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FproofEngineTypes.mli;h=7e6f571e42387c63902fba2db884c8ebc31ceeaa;hb=45a9e84c12f57e5473eccc6f611cdbb343998d5d;hp=6edcfeccc053a7559b715604e9a08f8c421a66f9;hpb=c6cc2a7227d6750076f591a62d7b1896ebf1ebfa;p=helm.git diff --git a/helm/software/components/tactics/proofEngineTypes.mli b/helm/software/components/tactics/proofEngineTypes.mli index 6edcfeccc..7e6f571e4 100644 --- a/helm/software/components/tactics/proofEngineTypes.mli +++ b/helm/software/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.substitution * Cic.term * Cic.term * Cic.attribute list + UriManager.uri option * Cic.metasenv * Cic.substitution * Cic.term Lazy.t * 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