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