]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/termEditor.mli
no longer use Dbi module but directly use Mysql module since it's 13
[helm.git] / helm / gTopLevel / termEditor.mli
index ecb40decdb207d2bad00fbb155f8b3b03bca6dce..9ae451e4b57fb1e1418e79e77ed82f50c7e23e86 100644 (file)
@@ -39,7 +39,7 @@ class type term_editor =
 module Make (C : DisambiguateTypes.Callbacks) :
    sig
     val term_editor :
-     dbh:Dbi.connection ->
+     dbd:Mysql.dbd ->
      ?packing:(GObj.widget -> unit) ->
      ?width:int ->
      ?height:int ->