package memgraph_kitty

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.

OCaml

Innovation. Community. Security.