]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMisc.mli
implemented lazy disambiguation of tactics arguments, when those
[helm.git] / helm / matita / matitaMisc.mli
index 9cbada588600a5ace3e72e1e592ff8fb78ab2b21..568bcc5ed8ee9270825957d1b95a80660fb98f64 100644 (file)
@@ -25,7 +25,8 @@
 
 val baseuri_of_file : string -> string 
 
-val baseuri_of_baseuri_decl : ('a, 'b, 'c) GrafiteAst.statement -> string option
+val baseuri_of_baseuri_decl:
+  ('a, 'b, 'c, 'd, 'e) GrafiteAst.statement -> string option
 
   (** check whether no objects are defined below a given baseuri *)
 val is_empty: string -> bool