package tezos-plonk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val sep : string
val nb_digits : int -> int
val int_to_string : len_prefix:int -> int -> string
val compute_len_prefix : nb_proofs:int -> int
val prefix_map : prefix:string -> 'a t -> 'a t
val rename : ?extra_prefix:string -> ?update_value:(string -> 'a -> 'b) -> len_prefix:int -> common_keys:key list -> int -> 'c t -> 'd t
val merge_equal_set_of_keys : ?extra_prefix:string -> ?common_keys_equal_elt:(key list * ('a -> 'a -> bool)) -> len_prefix:int -> 'b t List.t -> 'a t