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