Minor type fixes to Result type #395
Open
Annotations
5 errors
|
Run pnpm check
Process completed with exit code 2.
|
|
Run pnpm check:
packages/atom/src/Result.ts#L676
Argument of type '(r: Result<A, E>) => boolean' is not assignable to parameter of type 'Refinement<Result<A, E>, Result<A, E>>'.
|
|
Run pnpm check:
packages/atom/src/Result.ts#L672
Argument of type '(r: Result<A, E>) => boolean' is not assignable to parameter of type 'Refinement<Result<A, E>, Result<A, E>>'.
|
|
Run pnpm check:
packages/atom/src/Result.ts#L676
Argument of type '(r: Result<A, E>) => boolean' is not assignable to parameter of type 'Refinement<Result<A, E>, Result<A, E>>'.
|
|
Run pnpm check:
packages/atom/src/Result.ts#L672
Argument of type '(r: Result<A, E>) => boolean' is not assignable to parameter of type 'Refinement<Result<A, E>, Result<A, E>>'.
|
Loading