MCPcopy Create free account
hub / github.com/effect-app/libs / tupleTap_

Function tupleTap_

packages/effect-app/src/Effect.ts:77–79  ·  view source on GitHub ↗
(f: (a: A, b: B) => Effect.Effect<C, E, R>)

Source from the content-addressed store, hash-verified

75 * taps the Effect, returning A.
76 */
77export function tupleTap_<A, B, R, E, C>(f: (a: A, b: B) => Effect.Effect<C, E, R>) {
78 return tupleTap(curry(f))
79}
80
81export function ifDiffR<I, R, E, A>(f: (i: I) => Effect.Effect<A, E, R>) {
82 return (n: I, orig: I) => ifDiff_(n, orig, f)

Callers

nothing calls this directly

Calls 2

curryFunction · 0.90
tupleTapFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…