Module Ns.QName

include Custom.T with type t = Uri.t * Encodings.Utf8.t
type t = Uri.t * Encodings.Utf8.t
val dump : Stdlib.Format.formatter -> t -> unit
val check : t -> unit
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val to_string : t -> string
val print : Stdlib.Format.formatter -> t -> unit