]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaInterpreter.mli
snapshot, notably:
[helm.git] / helm / matita / matitaInterpreter.mli
index 1407f9c0ef976c9ec56799be367b2f256b29a1bc..2b0ad56da8a20f898b503d83e05f391846804b18 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-class interpreter:
+exception Command_error of string
+
+val interpreter:
   disambiguator:MatitaTypes.disambiguator ->
-  proof_handler:MatitaTypes.proof_handler ->
-  console:MatitaConsole.console ->
+  console:#MatitaTypes.console ->
+  ?mathViewer:MatitaTypes.mathViewer ->
   unit ->
     MatitaTypes.interpreter