]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaInterpreter.mli
renamed Http_client to Http_user_agent to avoid clashes with Gerd's
[helm.git] / helm / matita / matitaInterpreter.mli
index fc529c3c0bd143817a417a58afd94868fcd5a302..1e4b7f7a9d0d9d5eab8aa336b0bb2ecf8273c35c 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
+exception Command_error of string
+
 class interpreter:
   disambiguator:MatitaTypes.disambiguator ->
+  proof_handler:MatitaTypes.proof_handler ->
   console:MatitaConsole.console ->
-  get_proof:(unit -> MatitaTypes.proof) ->
-  new_proof:(MatitaTypes.proof -> unit) ->
   unit ->
     MatitaTypes.interpreter