Skip to content

Commit 90aa148

Browse files
committed
feat: 🎸 remove lift3
BREAKING CHANGE: 🧨 lift3 discontinued
1 parent c69925d commit 90aa148

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

index.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -323,14 +323,6 @@ exports.lift2 = f => (F1, F2) => pipeline(F2)(
323323
ap(map(exports.multiCurryN(2)(f))(F1))
324324
)
325325

326-
/**
327-
* Lift ternary function to act on values wraped inside CPS functions
328-
*/
329-
exports.lift3 = f => (F1, F2, F3) => pipeline(F1)(
330-
ap(map(x=>y=>z=>f(x,y,z)))
331-
)
332-
333-
334326

335327

336328
/* ----- CPS methods ----- */

0 commit comments

Comments
 (0)