package tezos-plompiler

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

Parameters

module L : sig ... end

Signature

type path
type leaf = L.scalar
type root = L.scalar
val path_encoding : (P.path, path, (L.scalar * bool) list) Plompiler__.Encoding.Encodings(L).encoding
val merkle_proof : path -> leaf L.repr -> root L.repr -> bool L.repr L.t