package core

  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 -> key:'a Key.t -> data:'a Base.List.t -> t
val find : t -> 'a Key.t -> 'a Base.List.t
val add : t -> key:'a Key.t -> data:'a -> t
val change : t -> 'a Key.t -> f:('a Base.List.t -> 'a Base.List.t) -> t
OCaml

Innovation. Community. Security.