module Data: sig .. end
sig
end
type t
val create : unit -> t
unit -> t
val clear : t -> unit
t -> unit
val odn_of_t : t -> ODN.t
t -> ODN.t