package core

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

Module Univ_map.With_defaultSource

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

Sourcemodule Key : sig ... end
Sourceval set : t -> key:'a Key.t -> data:'a -> t
Sourceval find : t -> 'a Key.t -> 'a
Sourceval change : t -> 'a Key.t -> f:('a -> 'a) -> t
OCaml

Innovation. Community. Security.