X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaInterpreter.mli;h=a19c1c921f0046e113b48db30364aab81cef076b;hb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1;hp=fc529c3c0bd143817a417a58afd94868fcd5a302;hpb=56415e42c04f40e9c8f7cfc59a3a3d87c3d373f7;p=helm.git diff --git a/helm/matita/matitaInterpreter.mli b/helm/matita/matitaInterpreter.mli index fc529c3c0..a19c1c921 100644 --- a/helm/matita/matitaInterpreter.mli +++ b/helm/matita/matitaInterpreter.mli @@ -23,11 +23,12 @@ * http://helm.cs.unibo.it/ *) +exception Command_not_found 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