X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaInterpreter.mli;h=1e4b7f7a9d0d9d5eab8aa336b0bb2ecf8273c35c;hb=1d431843f49b3658593c8cc918b53a43479a6486;hp=fc529c3c0bd143817a417a58afd94868fcd5a302;hpb=56415e42c04f40e9c8f7cfc59a3a3d87c3d373f7;p=helm.git diff --git a/helm/matita/matitaInterpreter.mli b/helm/matita/matitaInterpreter.mli index fc529c3c0..1e4b7f7a9 100644 --- a/helm/matita/matitaInterpreter.mli +++ b/helm/matita/matitaInterpreter.mli @@ -23,11 +23,12 @@ * http://helm.cs.unibo.it/ *) +exception Command_error of string + class interpreter: disambiguator:MatitaTypes.disambiguator -> + proof_handler:MatitaTypes.proof_handler -> console:MatitaConsole.console -> - get_proof:(unit -> MatitaTypes.proof) -> - new_proof:(MatitaTypes.proof -> unit) -> unit -> MatitaTypes.interpreter