EitherPartial

public final class EitherPartial<L> : Kind<ForEither, L>

Partial application of the Either type constructor, omitting the last parameter.

  • Declaration

    Swift

    public static func hash<A>(_ fa: EitherOf<L, A>, into hasher: inout Hasher) where A : Hashable