package octez-libs

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

Module Tezos_tree_encoding.Lazy_map_encodingSource

Sourcemodule type Lazy_map_sig = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (Map : Lazy_map_sig) : S with type 'a map := 'a Map.t

Make (YouMap) creates a module with the lazy_map combinator which can be used to decode YouMap specifically.

OCaml

Innovation. Community. Security.