(tag, value)
| 287 | errorSchema: options.error ?? Schema.Never as any, |
| 288 | annotations: options.annotations ?? Context.empty(), |
| 289 | annotate(tag, value) { |
| 290 | return make({ |
| 291 | ...options, |
| 292 | annotations: Context.add(self.annotations, tag, value) |
| 293 | }) |
| 294 | }, |
| 295 | annotateContext(context) { |
| 296 | return make({ |
| 297 | ...options, |