TraversableEither
import { TraversableEither } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/either.ts";The canonical implementation of Traversable for Either. It contains the methods map, fold, and traverse.
const TraversableEither: Traversable<KindEither>;