package rocq-runtime

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a rtree = 'a t
type 'a t
type 'a kind =
  1. | Var of int * int
  2. | Node of 'a * 'a t array array
val make : 'a rtree -> 'a t
val kind : 'a t -> 'a kind
val repr : 'a t -> 'a rtree
OCaml

Innovation. Community. Security.