auto monad = [](auto v) { return [=] { return v; }; }; auto bind = [](auto m) { return [=](auto fvm) { return fvm(m()); }; }; static_assert(bind(monad(2))(monad)() == monad(2)());
—from C++26 Standard Draft N4964 - Lambdas in C++ Constant Expressions, a software by C++ Committee
Active since December 6, 2023.
179 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
412. | Dhia Eddine (bl1ndk) | 31.47 | 92% | 2024-07-16 |
413. | voxdoxx (iaeax) | 31.46 | 93% | 2024-09-24 |
414. | stoney456 (stoney456) | 31.37 | 92% | 2025-04-08 |
415. | Isaac (isaacdabeast5) | 31.36 | 93% | 2024-02-27 |
416. | Asif (asif04) | 31.33 | 95% | 2024-10-20 |
417. | mig (migztest1) | 31.32 | 92% | 2025-05-05 |
418. | Kyle (kyle_arbuthnot) | 31.30 | 90% | 2024-06-28 |
419. | chkhikvanormelia (chkhikvan... | 31.30 | 94% | 2025-02-23 |
420. | CJ (blacky_08) | 31.30 | 94% | 2024-12-11 |
421. | Carlos (ovalle) | 31.23 | 94% | 2024-11-27 |
422. | Dolce (dolce_mobao) | 31.20 | 94% | 2024-07-22 |
423. | Hiep (hiepvd1k) | 31.16 | 96% | 2024-06-19 |
424. | sn (slkuy) | 31.13 | 92% | 2024-06-08 |
425. | FITRI (slowfinger22) | 31.12 | 89% | 2025-02-27 |
426. | Sauski (sauski) | 31.09 | 96% | 2024-02-01 |
427. | Dylan (argyl) | 31.08 | 90% | 2024-03-06 |
428. | r (blazinrt) | 31.07 | 94% | 2024-05-28 |
429. | pug (poug) | 31.05 | 94% | 2025-01-15 |
430. | ain (lvndrai) | 31.04 | 94% | 2024-06-08 |
431. | InComing (asonrk1) | 31.02 | 95% | 2024-05-17 |
432. | Jasel (js_3l) | 31.01 | 93% | 2024-11-05 |
433. | Fayedolla22 (fayedolla_22) | 31.00 | 92% | 2024-05-24 |
434. | Palestine Freedom (greenza) | 30.97 | 97% | 2024-05-13 |
435. | holmes (holmes6608) | 30.87 | 96% | 2024-05-17 |
436. | Sxi (sxigames) | 30.86 | 90% | 2024-03-18 |
437. | Jaydotsun (jaydotsun) | 30.78 | 91% | 2025-01-13 |
438. | BerkayKahraman (berkaykahra... | 30.77 | 96% | 2023-12-13 |
439. | N0body1001 (n0body1001) | 30.77 | 96% | 2025-01-25 |
440. | Raymond (rraymondx) | 30.77 | 94% | 2024-01-29 |
441. | Froody (froody129) | 30.71 | 92% | 2024-03-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 2,283 | 37.05 | December 6, 2023 |