(left: E)
| 7449 | } |
| 7450 | |
| 7451 | const makeLeftEncoded = <E>(left: E) => (({ |
| 7452 | _tag: "Left", |
| 7453 | left |
| 7454 | }) as const) |
| 7455 | const makeRightEncoded = <A>(right: A) => (({ |
| 7456 | _tag: "Right", |
| 7457 | right |
no outgoing calls
no test coverage detected
searching dependent graphs…