⚠️ Oops! This page doesn't appear to define a type called _.
Edit

Test

This module does not have a toplevel documentation block.

let tests = Pervasives.ref(int)

let failures = Pervasives.ref(int)

let ensure = (bool, string) => unit

let report = unit => 'a

let parse = ( ~?bools: option(list(elt)), list(string) ) => result( opts, [> `BadValue of Minimist.StrSet.elt * string | `Unknown of Minimist.StrSet.elt ] )