]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaInterpreter.mli
snapshot, notably:
[helm.git] / helm / matita / matitaInterpreter.mli
index 7886a564a719da068c4d72d4773e4c38095f3f95..2b0ad56da8a20f898b503d83e05f391846804b18 100644 (file)
 
 exception Command_error of string
 
-class interpreter:
+val interpreter:
   disambiguator:MatitaTypes.disambiguator ->
-  currentProof:MatitaTypes.currentProof ->
-  console:MatitaTypes.console ->
+  console:#MatitaTypes.console ->
   ?mathViewer:MatitaTypes.mathViewer ->
-  dbd:Mysql.dbd ->
   unit ->
     MatitaTypes.interpreter