X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaEngine.mli;h=d5dcddd61e9be5ee7c6a73b83ca0f3c924e1feb7;hb=47070cf066ae366ac7f3e73594f1bc02b0efb7f4;hp=032ee2c1e18ac904ad9c5ad0c244272a8de2b942;hpb=9a9c5b863f68367119450ae7b806d454ba1265e3;p=helm.git diff --git a/helm/software/matita/matitaEngine.mli b/helm/software/matita/matitaEngine.mli index 032ee2c1e..d5dcddd61 100644 --- a/helm/software/matita/matitaEngine.mli +++ b/helm/software/matita/matitaEngine.mli @@ -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