package tezos-protocol-007-PsDELPH1

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

Tezos Protocol Implementation - Typed storage builders.

module type INDEX = sig ... end
module Pair (I1 : INDEX) (I2 : INDEX) : INDEX with type t = I1.t * I2.t
module Make_indexed_subcontext (C : Raw_context.T) (I : INDEX) : Storage_sigs.Indexed_raw_context with type t = C.t and type key = I.t and type 'a ipath = 'a I.ipath
module type WRAPPER = sig ... end