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 |
---|---|---|---|---|
458. | Fallacia (fallacia) | 31.84 | 95% | 2024-07-19 |
459. | mhmd (mhmdmd17) | 31.80 | 91% | 2024-05-01 |
460. | ethan (asdf2552) | 31.78 | 96% | 2025-06-29 |
461. | oleg (oleg_ros) | 31.77 | 98% | 2025-09-09 |
462. | Zodiac (zodiac__) | 31.77 | 93% | 2025-04-11 |
463. | Laith (_laith_) | 31.71 | 94% | 2024-03-20 |
464. | Aradhya Ambole (aradhya10) | 31.64 | 93% | 2025-09-28 |
465. | Hamas Egypt (mohamedadel20052) | 31.59 | 94% | 2024-09-25 |
466. | Daniel (daniel_789) | 31.58 | 95% | 2024-03-27 |
467. | PastaSmuggler (pasta_smuggler) | 31.48 | 94% | 2025-08-15 |
468. | Dhia Eddine (bl1ndk) | 31.47 | 91.9% | 2024-07-16 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 2,283 | 37.05 | December 6, 2023 |