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