YonedaPartial

public final class YonedaPartial<F> : Kind<ForYoneda, F> where F : Functor

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

  • Declaration

    Swift

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