package orsetto

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

Unsafe interfaces depend on the internal structure of tables.

type event = private Create(Char_basis).Unsafe.event =
  1. | E_index of Char_basis.Vector.index
  2. | E_adjust of {
    1. lim : Char_basis.Vector.index;
    2. rev : Char_basis.Vector.index;
    }