KindEither
import type { KindEither } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/either.ts";Specifies Either as a Higher Kinded Type, with covariant parameter R corresponding to the 0th index and covariant parameter L corresponding to the 1st index of any substitutions.