TreePartial
public typealias TreePartial = ForTree
-
Declaration
Swift
public static func hash<A>(_ fa: TreeOf<A>, into hasher: inout Hasher) where A : Hashable
-
Declaration
Swift
public static func pure<A>(_ a: A) -> TreeOf<A>
-
Declaration
Swift
public static func traverse<G, A, B>(_ fa: TreeOf<A>, _ f: @escaping (A) -> Kind<G, B>) -> Kind<G, TreeOf<B>> where G : Applicative