]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/metadataQuery.mli
added owner support to the disambiguator (now locate finds only objects
[helm.git] / helm / ocaml / tactics / metadataQuery.mli
index 0d32e4835c39ec8442b75bf88e826aa08e7778bd..4ae870a4f4e484c2e6eb19665809f32ae514ddfc 100644 (file)
@@ -29,7 +29,7 @@
   * is interpreted as 0 or more characters and "?" as exactly one character *)
 val locate:
   dbd:Mysql.dbd ->
-  ?vars:bool -> string -> string list
+  ?vars:bool -> ?owner:string -> string -> string list
 
 val hint:
   dbd:Mysql.dbd ->