it('matchesBySome', () => {
    // support both values and comparator functions
    const test = F.matchesBySome({
      a: (x) => x > 1,
      b: (x) => x == 5,