X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaInterpreter.mli;h=a19c1c921f0046e113b48db30364aab81cef076b;hb=3bb4ce11fb9d4c6375483a80344beb94c4517dd7;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