YonedaPartial
Partial application of the Yoneda type constructor, omitting the last parameter.
- 
                  
                  DeclarationSwift public static func pure<A>(_ a: A) -> YonedaOf<F, A>
- 
                  
                  DeclarationSwift public static func extract<A>( _ fa: YonedaOf<F, A> ) -> A
- 
                  
                  DeclarationSwift public static func hash<A>(_ fa: YonedaOf<F, A>, into hasher: inout Hasher) where A : Hashable
- 
                  
                  DeclarationSwift public static func foldLeft<A, B>( _ fa: YonedaOf<F, A>, _ b: B, _ f: @escaping (B, A) -> B ) -> B
- 
                  
                  DeclarationSwift public static func traverse<G: Applicative, A, B>( _ fa: YonedaOf<F, A>, _ f: @escaping (A) -> Kind<G, B> ) -> Kind<G, YonedaOf<F, B>>
 
             Install in Dash
              Install in Dash
             YonedaPartial Class Reference
        YonedaPartial Class Reference