package tezos-plonk

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

Module StringMap.AggregationSource

Sourceval sep : string
Sourceval nb_digits : int -> int
Sourceval int_to_string : len_prefix:int -> int -> string
Sourceval compute_len_prefix : nb_proofs:int -> int
Sourceval prefix_map : prefix:string -> 'a t -> 'a t
Sourceval rename : ?extra_prefix:string -> ?update_value:(string -> 'a -> 'a) -> len_prefix:int -> common_keys:key list -> int -> 'a t -> 'a t
Sourceval merge_equal_set_of_keys : ?extra_prefix:string -> ?common_keys_equal_elt:(key list * ('a -> 'a -> bool)) -> len_prefix:int -> 'a t List.t -> 'a t