package tezos-protocol-alpha

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

Parameters

module M : MONAD

Signature

val find : deref:('ptr -> ('content, 'ptr) cell option M.t) -> cell_ptr:'ptr -> target_index:Z.t -> ('content, 'ptr) cell option M.t
val back_path : deref:('ptr -> ('content, 'ptr) cell option M.t) -> cell_ptr:'ptr -> target_index:Z.t -> 'ptr list option M.t
val valid_back_path : equal_ptr:('ptr -> 'ptr -> bool) -> deref:('ptr -> ('content, 'ptr) cell option M.t) -> cell_ptr:'ptr -> target_ptr:'ptr -> 'ptr list -> bool M.t
OCaml

Innovation. Community. Security.