package memgraph_kitty

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Memgraph_kitty.PolySource

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

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

OCaml

Innovation. Community. Security.