flat: {
        configurable: true,
        value (...f) {
          return this.call('flatMap')(_.pipe(...f));
        }