(value: LazyArbitrary<A>)
| 5807 | ).annotations({ identifier: "BigIntFromNumber" }) {} |
| 5808 | |
| 5809 | const redactedArbitrary = <A>(value: LazyArbitrary<A>): LazyArbitrary<redacted_.Redacted<A>> => (fc) => |
| 5810 | value(fc).map(redacted_.make) |
| 5811 | |
| 5812 | const toComposite = <A, R, B>( |
| 5813 | eff: Effect.Effect<A, ParseResult.ParseIssue, R>, |