]> 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 fc529c3c0bd143817a417a58afd94868fcd5a302..a6da315ba86a3b543223e559bfa63d56b00dad01 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-class interpreter:
-  disambiguator:MatitaTypes.disambiguator ->
-  console:MatitaConsole.console ->
-  get_proof:(unit -> MatitaTypes.proof) ->
-  new_proof:(MatitaTypes.proof -> unit) ->
+exception Command_error of string
+
+val interpreter:
+  console:#MatitaTypes.console ->
+  ?mathViewer:MatitaTypes.mathViewer ->
   unit ->
     MatitaTypes.interpreter