package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Make (X : sig ... end) : S with type 'a t_let = 'a X.t
module type S2 = sig ... end
module Make2 (X : sig ... end) : S2 with type ('a, 'e) t_let2 = ('a, 'e) X.t
OCaml

Innovation. Community. Security.