package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a t = unit -> 'a option
val after : ('a, 'b) t -> 'a -> ('a * 'b) t
val before : ('a, 'b) t -> 'a -> ('a * 'b) t
val iter : ('a, 'b) t -> ('a * 'b) t
val add : ('a, 'b) t -> ('a * 'b) t -> ('a, 'b) t
OCaml

Innovation. Community. Security.