Module Ocamlduce.Atom


module Atom: sig .. end
Operations on atoms.

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