]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaInterpreter.mli
snapshot, notably:
[helm.git] / helm / matita / matitaInterpreter.mli
index 1e4b7f7a9d0d9d5eab8aa336b0bb2ecf8273c35c..7886a564a719da068c4d72d4773e4c38095f3f95 100644 (file)
@@ -27,8 +27,10 @@ exception Command_error of string
 
 class interpreter:
   disambiguator:MatitaTypes.disambiguator ->
-  proof_handler:MatitaTypes.proof_handler ->
-  console:MatitaConsole.console ->
+  currentProof:MatitaTypes.currentProof ->
+  console:MatitaTypes.console ->
+  ?mathViewer:MatitaTypes.mathViewer ->
+  dbd:Mysql.dbd ->
   unit ->
     MatitaTypes.interpreter