TracedTPartial
public final class TracedTPartial<M, W> : Kind2<ForTracedT, M, W>
Partial application of the TracedT
type constructor, omitting the last parameter.
-
Declaration
Swift
public static func pure<A>(_ a: A) -> TracedTOf<M, W, A>
-
Declaration
Swift
public static func extract<A>(_ fa: TracedTOf<M, W, A>) -> A
-
Declaration
Swift
public static func trace<A>( _ wa: TracedTOf<M, W, A>, _ m: M) -> A
-
Declaration
Swift
public typealias S = W.S
-
Declaration
Swift
public typealias E = W.E