package octez-libs

  1. Overview
  2. Docs
module type S = sig ... end
module Make (T : TREE) : S with type tree = T.tree

Builds a new runner for encoders using a specific tree.

OCaml

Innovation. Community. Security.