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