Module Msm_pippenger.Config_intf

type slr =
| SLR0
| SLR1
| SLR2
val sexp_of_slr : slr -> Sexplib0.Sexp.t
type partition_setting = {
num_windows : int;
slr : slr;
}
val sexp_of_partition_setting : partition_setting -> Sexplib0.Sexp.t
module type S = sig ... end
module type Config = sig ... end