Module Mavryk_tree_encoding.Runner

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.