X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaInterpreter.mli;h=a6da315ba86a3b543223e559bfa63d56b00dad01;hb=fdd8107cc53f5e862004aa5fcd48593ee5634234;hp=96f8248619c0949879aeeabf7d5d380675e26589;hpb=c4afa186c53998a10eab85d3fcc113b07bccfdf9;p=helm.git diff --git a/helm/matita/matitaInterpreter.mli b/helm/matita/matitaInterpreter.mli index 96f824861..a6da315ba 100644 --- a/helm/matita/matitaInterpreter.mli +++ b/helm/matita/matitaInterpreter.mli @@ -25,11 +25,9 @@ exception Command_error of string -class interpreter: - disambiguator:MatitaTypes.disambiguator -> - proof_handler:MatitaTypes.proof_handler -> - console:MatitaTypes.console -> - dbd:Mysql.dbd -> +val interpreter: + console:#MatitaTypes.console -> + ?mathViewer:MatitaTypes.mathViewer -> unit -> MatitaTypes.interpreter