package grenier

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val root : unit -> t
val after : t -> t
val before : t -> t
val same_order : t -> t -> bool
val compare : t -> t -> int
val cardinal : t -> int
val forget : t -> unit
val is_valid : t -> bool
val unsafe_next : t -> t
val unsafe_prev : t -> t
val unsafe_check : t -> string -> unit