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 |
---|---|---|---|---|
469. | voxdoxx (iaeax) | 31.46 | 93% | 2024-09-24 |
470. | stoney456 (stoney456) | 31.37 | 91.8% | 2025-04-08 |
471. | Isaac (isaacdabeast5) | 31.36 | 93% | 2024-02-27 |
472. | Asif (asif04) | 31.33 | 95% | 2024-10-20 |
473. | mig (migztest1) | 31.32 | 92% | 2025-05-05 |
474. | Kyle (kyle_arbuthnot) | 31.30 | 90% | 2024-06-28 |
475. | CJ (blacky_08) | 31.30 | 94% | 2024-12-11 |
476. | chkhikvanormelia (chkhikvan... | 31.30 | 94% | 2025-02-23 |
477. | Carlos (ovalle) | 31.23 | 94% | 2024-11-27 |
478. | Dolce (dolce_mobao) | 31.20 | 94% | 2024-07-22 |
479. | Hiep (hiepvd1k) | 31.16 | 96% | 2024-06-19 |
480. | sn (slkuy) | 31.13 | 92% | 2024-06-08 |
481. | gohanrebong2512@gmail,com (... | 31.12 | 90% | 2024-11-18 |
482. | FITRI (slowfinger22) | 31.12 | 89% | 2025-02-27 |
483. | Sauski (sauski) | 31.09 | 96% | 2024-02-01 |
484. | Dylan (argyl) | 31.08 | 90% | 2024-03-06 |
485. | YT (tim72) | 31.07 | 95% | 2025-08-17 |
486. | r (blazinrt) | 31.07 | 94% | 2024-05-28 |
487. | pug (poug) | 31.05 | 94% | 2025-01-15 |
488. | ain (lvndrai) | 31.04 | 94% | 2024-06-08 |
489. | InComing (asonrk1) | 31.02 | 95% | 2024-05-17 |
490. | Jasel (js_3l) | 31.01 | 93% | 2024-11-05 |
491. | Fayedolla22 (fayedolla_22) | 31.00 | 92% | 2024-05-24 |
492. | Palestine Freedom (greenza) | 30.97 | 97% | 2024-05-13 |
493. | holmes (holmes6608) | 30.87 | 96% | 2024-05-17 |
494. | Sxi (sxigames) | 30.86 | 90% | 2024-03-18 |
495. | Jaydotsun (jaydotsun) | 30.78 | 91% | 2025-01-13 |
496. | N0body1001 (n0body1001) | 30.77 | 96% | 2025-01-25 |
497. | Raymond (rraymondx) | 30.77 | 94% | 2024-01-29 |
498. | BerkayKahraman (berkaykahra... | 30.77 | 96% | 2023-12-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 2,283 | 37.05 | December 6, 2023 |