package tezos-protocol-013-PtJakart

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val make : (module Script_typed_ir.Boxed_map with type key = 'key and type value = 'value) -> ('key, 'value) Script_typed_ir.map
val get_module : ('key, 'value) Script_typed_ir.map -> (module Script_typed_ir.Boxed_map with type key = 'key and type value = 'value)
val empty_from : ('a, 'b) Script_typed_ir.map -> ('a, 'c) Script_typed_ir.map
val fold : ('key -> 'value -> 'acc -> 'acc) -> ('key, 'value) Script_typed_ir.map -> 'acc -> 'acc
val update : 'a -> 'b option -> ('a, 'b) Script_typed_ir.map -> ('a, 'b) Script_typed_ir.map
val mem : 'key -> ('key, 'value) Script_typed_ir.map -> bool
val get : 'key -> ('key, 'value) Script_typed_ir.map -> 'value option
OCaml

Innovation. Community. Security.