val create : string ‑> ('a ‑> 'b option) ‑> ('a, 'b) t
Compose two filters such that both are applied to the same value, and their corresponding results are paired in a tuple. This filter will fail if any of the two argument filters fails.
val to_predicate : ('a, 'b) t ‑> 'a ‑> bool