• en

Module OUnitPropList

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