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 |
---|---|---|---|---|
577. | Tunahan (jonny41) | 28.87 | 94% | 2023-12-06 |
578. | Terrell (hackerg) | 28.82 | 95% | 2024-10-14 |
579. | Humanbeen (free_palestine_313) | 28.80 | 95% | 2024-04-18 |
580. | arsenganteng (arsenjago) | 28.79 | 90% | 2024-08-25 |
581. | qiTsuk (qitsuk) | 28.79 | 91% | 2024-09-20 |
582. | kao (eatwater) | 28.74 | 94% | 2024-11-21 |
583. | thomas (thomascdh) | 28.69 | 96% | 2025-03-21 |
584. | Jerry (jerry_jeager) | 28.65 | 91% | 2024-06-08 |
585. | shrek (beppi) | 28.62 | 92% | 2025-07-07 |
586. | Mikiel Cutajar (studict) | 28.61 | 91% | 2024-12-13 |
587. | Bill (billyisme) | 28.61 | 94% | 2024-03-02 |
588. | (jepslol) | 28.60 | 94% | 2024-01-03 |
589. | Edward (chromedomev12) | 28.52 | 95% | 2025-06-12 |
590. | Alex (yettibvc) | 28.52 | 96% | 2024-09-26 |
591. | Gabriel (gxbrxxlkk) | 28.51 | 92% | 2025-06-11 |
592. | mestiri77 (sfectorian) | 28.46 | 93% | 2025-07-17 |
593. | Free Palestine (mareshn) | 28.42 | 91.8% | 2024-01-06 |
594. | Francesco (cecco43) | 28.37 | 93% | 2024-02-10 |
595. | Jesup (jesup1) | 28.36 | 93% | 2024-04-29 |
596. | Tlimoss (psycom) | 28.32 | 90% | 2024-07-18 |
597. | ISU (isu_theking) | 28.25 | 89.1% | 2025-02-08 |
598. | Ray (rebirth_21) | 28.22 | 94% | 2024-02-05 |
599. | Superman (supu03) | 28.19 | 95% | 2024-07-01 |
600. | Russ (jrmtrumpet) | 28.16 | 96% | 2025-01-01 |
601. | Bright (_br1ght_) | 28.15 | 93% | 2024-10-15 |
602. | Xen0 (xen02o) | 28.15 | 91% | 2024-08-06 |
603. | Exsieg (exsiegcrosspath) | 28.15 | 94% | 2024-01-10 |
604. | an (clockworkman) | 28.13 | 93.8% | 2024-07-08 |
605. | Hugo (paulz_420) | 28.12 | 91.5% | 2025-01-29 |
606. | aadithebest (aadithebeast) | 28.06 | 91% | 2025-07-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 2,283 | 37.05 | December 6, 2023 |