Univ_map.Make1module Data : sig ... endval sexp_of_t : ('s -> Ppx_sexp_conv_lib.Sexp.t) -> 's t -> Ppx_sexp_conv_lib.Sexp.tmodule Key = Keytype ('s, 'a) data = ('s, 'a) Data.tval invariant : _ t -> Base.Unit.tval empty : _ tval is_empty : _ t -> Base.Bool.tval mem : _ t -> _ Key.t -> Base.Bool.tval mem_by_id : _ t -> Type_equal.Id.Uid.t -> Base.Bool.tval find : 's t -> 'a Key.t -> ('s, 'a) data Base.Option.tval change : 's t -> 'a Key.t -> f:(('s, 'a) data Base.Option.t -> ('s, 'a) data Base.Option.t) -> 's tval remove_by_id : 's t -> Type_equal.Id.Uid.t -> 's tmodule Packed : sig ... endval to_alist : 's t -> 's Packed.t Base.List.tval of_alist_exn : 's Packed.t Base.List.t -> 's t