Module OUnitPropList

module OUnitPropList: sig .. end
Property list.
See also Eigenclass Article on property list.

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)