Snarkette.Groth16
module type Backend_intf = sig ... end
module Make (Backend : Backend_intf) : sig ... end