package stdune

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Make (Key : sig ... end) (M : Map.S with type key = Key.t) : S with type elt = M.key and type 'a map = 'a M.t
module Of_map (Key : sig ... end) (M : Map.S with type key = Key.t) : S with type elt = M.key and type 'a map = 'a M.t and type t = unit M.t