Module Memgraph_kitty.Poly

type elist =
  1. | [] : elist
  2. | :: : ((string * 'a) * elist) -> elist
val show : elist -> unit

Display the memory representation of a list of labeled values, which can be of different OCaml types.