package core

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

keys with associated default values, so that find is no longer partial

module Key : sig ... end
val set : t -> key:'a Key.t -> data:'a -> t
val find : t -> 'a Key.t -> 'a
val change : t -> 'a Key.t -> f:('a -> 'a) -> t