]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaEngine.mli
nasty change in the lexer/parser:
[helm.git] / helm / software / matita / matitaEngine.mli
index 032ee2c1e18ac904ad9c5ad0c244272a8de2b942..d5dcddd61e9be5ee7c6a73b83ca0f3c924e1feb7 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,_) *)
@@ -57,6 +57,3 @@ val eval_from_stream :
    GrafiteAst.statement -> unit) ->
   ((GrafiteTypes.status * LexiconEngine.status) *
    (DisambiguateTypes.domain_item * LexiconAst.alias_spec) option) list
-
-(* this callback is called on every grafite command *)
-val set_callback: (GrafiteParser.ast_statement -> unit) -> unit