]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql/mQueryMisc.mli
- removed some unneeded dependencies from debian/control
[helm.git] / helm / ocaml / mathql / mQueryMisc.mli
index d775e989d4f87972c0504a7bb23eecefbc936d40..6fb600dab35417f4d9ca5d343fed83abce122b5a 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-(******************************************************************************)
-(*                                                                            *)
-(*                               PROJECT HELM                                 *)
-(*                                                                            *)
-(*                Claudio Sacerdoti Coen <sacerdot@cs.unibo.it>               *)
-(*                                 15/01/2003                                 *)
-(*                                                                            *)
-(*                                                                            *)
-(******************************************************************************)
+(****************************************************************************)
+(*                                                                          *)
+(*                               PROJECT HELM                               *)
+(*                                                                          *)
+(*                Claudio Sacerdoti Coen <sacerdot@cs.unibo.it>             *)
+(*                Ferruccio Guidi        <fguidi@cs.unibo.it>               *)
+(*                                 15/01/2003                               *)
+(*                                                                          *)
+(*                                                                          *)
+(****************************************************************************)
 
 exception IllFormedUri of string
 
@@ -40,3 +41,6 @@ val cic_textual_parser_uri_of_string : string -> CicTextualParser0.uri
 val term_of_cic_textual_parser_uri: CicTextualParser0.uri -> Cic.term
 val wrong_xpointer_format_from_wrong_xpointer_format' : string -> string
 
+type uriref = UriManager.uri * (int list)
+
+val string_of_uriref : uriref -> string