Edit
Test
This module does not have a toplevel documentation block.
let tests = Pervasives.ref(int)
let ensure = (bool, string) => unit
let parse = (
~?bools: option(list(elt)),
list(string)
) => result(
opts,
[> `BadValue of Minimist.StrSet.elt * string
| `Unknown of Minimist.StrSet.elt ]
)