From 3f5766d8ef56742fd2249ba9c89b89e88e2afe59 Mon Sep 17 00:00:00 2001 From: Dmitri Zaitsev Date: Fri, 23 Aug 2024 11:57:35 +0700 Subject: [PATCH] Update DOCUMENTATION.md remove todo from ap --- DOCUMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 4a5bf4b..6a519c2 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -68,7 +68,7 @@ Tiny but powerful goodies for Continuation-Passing-Style functions + [Associativity law](#associativity-law) + [Identity laws](#identity-laws) - [Application of `chain`: Turn Node API into Promise style callbacks](#application-of-chain-turn-node-api-into-promise-style-callbacks) -- [CPS.ap](#cpsap-todo) +- [CPS.ap](#cpsap) * [Running CPS functions in parallel](#running-cps-functions-in-parallel) * [Lifting functions of multiple arguments](#lifting-functions-of-multiple-arguments) + [Promise.all](#promiseall)