package ppx_derive_at_runtime

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

The recursive tree structure of a product or sum type representation.

type ('whole, 'tree) t =
  1. | Leaf : ('whole, 'part) Label.t -> ('whole, 'part) t
  2. | Node : ('whole, 'left) t * ('whole, 'right) t -> ('whole, 'left * 'right) t
OCaml

Innovation. Community. Security.