package p4spectec

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

Module Envs.RTbl

module T : sig ... end
type t = Rel.t T.t
val create : size:int -> 'a T.t
val add : T.key -> 'a -> 'a T.t -> unit
val find : T.key -> 'a T.t -> 'a
val find_opt : T.key -> 'a T.t -> 'a option
val size : 'a T.t -> int