package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | None
    (*

    The common case, in which the parent node does not introduce any variables.

    *)
  2. | One of Core.Type_equal.Id.Uid.t
    (*

    The case in which the parent node introduces one new variable; most of the time this is for Subst or Subst_stateless

    *)
  3. | Two of Core.Type_equal.Id.Uid.t * Core.Type_equal.Id.Uid.t
    (*

    The case in which the parent node introduces two new variables; most of the time this is for Assoc.

    *)
OCaml

Innovation. Community. Security.