package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

list-accumulating keys with a default value of the empty list

module Key : sig ... end
val set : t -> 'a Key.t -> 'a Base.List.t -> t
val find : t -> 'a Key.t -> 'a Base.List.t
val add : t -> 'a Key.t -> 'a -> t
val change : t -> 'a Key.t -> f:('a Base.List.t -> 'a Base.List.t) -> t
OCaml

Innovation. Community. Security.