]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitac.ml
snapshot, notably:
[helm.git] / helm / matita / matitac.ml
index bb796db1e79d8f005630d227cfacd8bdee3437a7..87c30cfea08001eca25930502198dcad170e4468 100644 (file)
@@ -78,10 +78,7 @@ let disambiguator =
     ~chooseUris:mono_uris_callback ~chooseInterp:mono_interp_callback
     ()
 let console = new tty_console
-let currentProof = (new MatitaProof.currentProof :> MatitaTypes.currentProof)
-let interpreter =
-  new MatitaInterpreter.interpreter
-    ~disambiguator ~currentProof ~console ~dbd ()
+let interpreter = MatitaInterpreter.interpreter ~disambiguator ~console ()
 
 let run_script fname =
   message (sprintf "execution of %s started:" fname);