Module Ocamlduce.Namespace


module Namespace: sig .. end
Operations on namespaces.

type t 
type repr = {{String}} 
val make : repr -> t
val get : t -> repr
val empty : t
val xml : t
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int