ZipperPartial public typealias ZipperPartial = ForZipper eq(_:_:) Declaration Swift public static func eq<A: Equatable>( _ lhs: ZipperOf<A>, _ rhs: ZipperOf<A>) -> Bool hash(_:into:) Declaration Swift public static func hash<A>(_ fa: ZipperOf<A>, into hasher: inout Hasher) where A : Hashable map(_:_:) Declaration Swift public static func map<A, B>( _ fa: ZipperOf<A>, _ f: @escaping (A) -> B) -> ZipperOf<B> coflatMap(_:_:) Declaration Swift public static func coflatMap<A, B>( _ fa: ZipperOf<A>, _ f: @escaping (ZipperOf<A>) -> B) -> ZipperOf<B> extract(_:) Declaration Swift public static func extract<A>(_ fa: ZipperOf<A>) -> A