Memgraph_kitty.Poly
type elist =
| [] : elist
| :: : ((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.