PairKPartial
Partial application of the PairK
type constructor, omitting the last parameter.
-
Declaration
Swift
public static func hash<A>(_ fa: PairKOf<F, G, A>, into hasher: inout Hasher) where A : Hashable
-
Declaration
Swift
public static func pure<A>(_ a: A) -> PairKOf<F, G, A>
-
Declaration
Swift
public static func empty<A>() -> PairKOf<F, G, A>
-
Declaration
Swift
public static func emptyK<A>() -> PairKOf<F, G, A>
-
Declaration
Swift
public typealias E = F.E