module type Unit_ref = sig .. end
sig
end
type t
val create : unit -> t
unit -> t
val equal : t -> t -> bool
t -> t -> bool