]> 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 96f8248619c0949879aeeabf7d5d380675e26589..a6da315ba86a3b543223e559bfa63d56b00dad01 100644 (file)
 
 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