]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaInterpreter.mli
generate HTML templates using XSLT starting from a bunch of .src files
[helm.git] / helm / matita / matitaInterpreter.mli
index 7886a564a719da068c4d72d4773e4c38095f3f95..a6da315ba86a3b543223e559bfa63d56b00dad01 100644 (file)
 
 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