]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaInterpreter.mli
Bug in the management of substitutions into auto corrected.
[helm.git] / helm / matita / matitaInterpreter.mli
index 1407f9c0ef976c9ec56799be367b2f256b29a1bc..0baa4f0f1f2880931b97c20cc32c67de8bc0395d 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 ->
+  dbd:Mysql.dbd ->
   unit ->
     MatitaTypes.interpreter