]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaInterpreter.mli
snapshot
[helm.git] / helm / matita / matitaInterpreter.mli
index fc529c3c0bd143817a417a58afd94868fcd5a302..1407f9c0ef976c9ec56799be367b2f256b29a1bc 100644 (file)
@@ -25,9 +25,8 @@
 
 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