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

Function ifDiffR

packages/effect-app/src/Effect.ts:81–83  ·  view source on GitHub ↗
(f: (i: I) => Effect.Effect<A, E, R>)

Source from the content-addressed store, hash-verified

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)
83}
84
85export function ifDiff_<I, R, E, A>(
86 n: I,

Callers

nothing calls this directly

Calls 1

ifDiff_Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…