package tezos-protocol-013-PtJakart

  1. Overview
  2. Docs

This module provides a temporary toy rollup to be used as a demo.

module type S = sig ... end
module type P = sig ... end
module Make (Context : P) : S with type context = Context.Tree.t
OCaml

Innovation. Community. Security.