package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a sequence = ('a -> unit) -> unit
type !'a printer = Buffer.t -> 'a -> unit
type !'a formatter = Format.formatter -> 'a -> unit
type !'a equal = 'a -> 'a -> bool
module type HashedType = sig ... end
module type S = sig ... end
module Make (H : HashedType) : sig ... end
OCaml

Innovation. Community. Security.