]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/proofEngineTypes.mli
added a (for the moment) dummy field _subst to ProofengineTypes.proof.
[helm.git] / components / tactics / proofEngineTypes.mli
index f326a469f126cb65e376b66947c86280520d6bcb..6edcfeccc053a7559b715604e9a08f8c421a66f9 100644 (file)
@@ -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