package rocq-runtime

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

Module Rtree.KindSource

Sourcetype 'a rtree = 'a t
Sourcetype 'a t
Sourcetype 'a kind =
  1. | Var of int * int
  2. | Node of 'a * 'a t array array
Sourceval make : 'a rtree -> 'a t
Sourceval kind : 'a t -> 'a kind
Sourceval repr : 'a t -> 'a rtree
OCaml

Innovation. Community. Security.