Module OUnitPropList

Property list.

type t = (int, unit -> unit) Stdlib.Hashtbl.t
val create : unit -> ('a, 'b) Stdlib.Hashtbl.t
val new_property : 'a -> ((int, unit -> unit) Stdlib.Hashtbl.t -> 'b -> unit) * ((int, unit -> 'c) Stdlib.Hashtbl.t -> 'd)