module Atom: sig .. end
sig
end
type t = {{Atom}}
{{Atom}}
type repr = Ocamlduce.Namespace.t * {{String}}
Ocamlduce.Namespace.t * {{String}}
val make : repr -> t
repr -> t
val get : t -> repr
t -> repr
val compare : t -> t -> int
t -> t -> int
val equal : t -> t -> bool
t -> t -> bool
val hash : t -> int
t -> int