ValidatedPartial

public final class ValidatedPartial<I> : Kind<ForValidated, I>

Partial application of the Validated type constructor, ommitting the last parameter.

  • Declaration

    Swift

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