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