package tezos-protocol-011-PtHangz2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type key = key
type value = value
type 'a t
val empty : value t
val add : key -> value -> value t -> value t
val remove : key -> value t -> value t
val find : key -> value t -> value option
val fold : (key -> value -> 'a -> 'a) -> value t -> 'a -> 'a
OCaml

Innovation. Community. Security.