package ppx_derive_at_runtime

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

The root of a product or sum type binary tree representation. Contains the binary tree, and a conversion function between the "flat" type and the binary tree type using pairs or Eithers.

type ('whole, 'tree) t = {
  1. tree : ('whole, 'tree) Tree.t;
  2. convert : 'tree -> 'whole;
}
OCaml

Innovation. Community. Security.