]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaInterpreter.mli
snapshot, notably:
[helm.git] / helm / matita / matitaInterpreter.mli
index fc529c3c0bd143817a417a58afd94868fcd5a302..7886a564a719da068c4d72d4773e4c38095f3f95 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
+exception Command_error of string
+
 class interpreter:
   disambiguator:MatitaTypes.disambiguator ->
-  console:MatitaConsole.console ->
-  get_proof:(unit -> MatitaTypes.proof) ->
-  new_proof:(MatitaTypes.proof -> unit) ->
+  currentProof:MatitaTypes.currentProof ->
+  console:MatitaTypes.console ->
+  ?mathViewer:MatitaTypes.mathViewer ->
+  dbd:Mysql.dbd ->
   unit ->
     MatitaTypes.interpreter