X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaInterpreter.mli;h=0baa4f0f1f2880931b97c20cc32c67de8bc0395d;hb=e09713d333183e929f108ff8bb8fbe2a25bfcac7;hp=1407f9c0ef976c9ec56799be367b2f256b29a1bc;hpb=e89486cad653803954662a5e543537acd49a866f;p=helm.git diff --git a/helm/matita/matitaInterpreter.mli b/helm/matita/matitaInterpreter.mli index 1407f9c0e..0baa4f0f1 100644 --- a/helm/matita/matitaInterpreter.mli +++ b/helm/matita/matitaInterpreter.mli @@ -23,10 +23,13 @@ * http://helm.cs.unibo.it/ *) +exception Command_error of string + class interpreter: disambiguator:MatitaTypes.disambiguator -> proof_handler:MatitaTypes.proof_handler -> console:MatitaConsole.console -> + dbd:Mysql.dbd -> unit -> MatitaTypes.interpreter