]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nTacStatus.mli
huge commit regarding the grafite_status:
[helm.git] / helm / software / components / ng_tactics / nTacStatus.mli
index c04df8d37b076750fa5a269cfc2fb467141b4ed7..cf94862ebd7ef922670e29c27333b5a0a3f16f2c 100644 (file)
@@ -16,7 +16,7 @@ val fail: string lazy_t -> 'a
 
 type lowtac_status = {
         pstatus : NCic.obj;
-        lstatus : LexiconEngine.status
+        estatus : NEstatus.extra_status;
 }
 
 type lowtactic = lowtac_status -> int -> lowtac_status