]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaEngine.mli
- matitacLib: lexicon status and grafite status where lost after handling a macro...
[helm.git] / helm / software / matita / matitaEngine.mli
index 032ee2c1e18ac904ad9c5ad0c244272a8de2b942..9429b00e6db022f8a4e0a3ed19cefa39e352cc6d 100644 (file)
@@ -38,7 +38,7 @@ val eval_ast :
 (* heavy checks slow down the compilation process but give you some interesting
  * infos like if the theorem is a duplicate *)
 
-exception EnrichedWithLexiconStatus of exn * LexiconEngine.status
+exception EnrichedWithStatus of exn * LexiconEngine.status * GrafiteTypes.status
 
 (* should be used only by the compiler since it looses the
    * disambiguation_context (text,prefix_len,_) *)