package tezos-protocol-alpha

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

Innovation. Community. Security.