]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/chosenTermEditor.mli
renamed Http_client to Http_user_agent to avoid clashes with Gerd's
[helm.git] / helm / gTopLevel / chosenTermEditor.mli
index ebd9a95e664e61d80e73cf85a3e30f1d35911ed1..83eb99e7dca8de16e810d157b34db7f7fd28e423 100644 (file)
@@ -11,10 +11,10 @@ class type term_editor =
   end
 
 module Make :
-  functor (C : Disambiguate_types.Callbacks) ->
+  functor (C : DisambiguateTypes.Callbacks) ->
     sig
       val term_editor :
-        MQIConn.handle ->
+        dbh:Dbi.connection ->
         ?packing:(GObj.widget -> unit) ->
         ?width:int ->
         ?height:int ->