Module Bonsai_bench_scenario

The Bonsai_bench_scenario library contains code that is shared between benchmarking and testing.

module Input : sig ... end
module Interaction : sig ... end
module Scenario : sig ... end
type ('input, 'output) compare_computation = 'input Bonsai.t -> Bonsai.graph @ local -> 'output Bonsai.t