()
| 114 | E: identity, |
| 115 | A: identity |
| 116 | }, |
| 117 | pipe() { |
| 118 | return pipeArguments(this, arguments) |
| 119 | }, |
| 120 | [Equal.symbol](this: AsyncResult<any, any>, that: AsyncResult<any, any>): boolean { |
| 121 | if (this._tag !== that._tag || this.waiting !== that.waiting) { |
no test coverage detected
searching dependent graphs…