package plebeia

  1. Overview
  2. Docs
type config = {
  1. max_leaf_size : int;
  2. max_words : int;
}
val default_config : config