]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaInterpreter.mli
first moogle template checkin
[helm.git] / helm / matita / matitaInterpreter.mli
index fc529c3c0bd143817a417a58afd94868fcd5a302..a19c1c921f0046e113b48db30364aab81cef076b 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
+exception Command_not_found 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