Module Core_extended__Extended_sexp.Records_table

type 'a t = 'a list
include Core.Sexpable.S1 with type t := a t
type 'a t
val t_of_sexp : (Base.Sexp.t ‑> 'a) ‑> Base.Sexp.t ‑> 'a t
val sexp_of_t : ('a ‑> Base.Sexp.t) ‑> 'a t ‑> Base.Sexp.t