package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a t = 'a list * 'a list
val empty : 'a t
val is_empty : 'a t -> bool
val to_list : 'a t -> 'a list
val make : 'a list -> 'a t
val left : 'a t -> 'a t
val right : 'a t -> 'a t
val modify : ('a option -> 'a option) -> 'a t -> 'a t
val focused : 'a t -> 'a option
val focused_exn : 'a t -> 'a
OCaml

Innovation. Community. Security.