it('constructs JSON for infix operator with one argument', () => {
      expect(halfSelectorIO.toJSON()).to.deep.equal([
        'Error',
        leftSelector.toJSON(),
        noneSelector.toJSON()