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