Minor Changes
-
#2101
5de7be5
Thanks @github-actions! - add key type to ReadonlyRecord -
#2101
a025b12
Thanks @github-actions! - Swap type params of Either fromEither<E, A>
toEither<R, L = never>
.Along the same line of the other changes this allows to shorten the most common types such as:
import { Either } from "effect"; const right: Either.Either<string> = Either.right("ok");