]> 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 a19c1c921f0046e113b48db30364aab81cef076b..0baa4f0f1f2880931b97c20cc32c67de8bc0395d 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-exception Command_not_found of string
+exception Command_error of string
 
 class interpreter:
   disambiguator:MatitaTypes.disambiguator ->
   proof_handler:MatitaTypes.proof_handler ->
   console:MatitaConsole.console ->
+  dbd:Mysql.dbd ->
   unit ->
     MatitaTypes.interpreter