X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FproofEngineTypes.mli;h=6edcfeccc053a7559b715604e9a08f8c421a66f9;hb=57e3de08d963ff08d671c639c0e9990368b86f20;hp=f326a469f126cb65e376b66947c86280520d6bcb;hpb=61a2faa2694907757dd617175e0144705e79d65a;p=helm.git diff --git a/helm/software/components/tactics/proofEngineTypes.mli b/helm/software/components/tactics/proofEngineTypes.mli index f326a469f..6edcfeccc 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.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