Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer jasel (jas_el)
Race Number 17
Date Fri, 30 May 2025 1:20:44
Universe code
Speed 36 WPM Try to beat?
Accuracy 91.8%
Rank 1st place (out of 18)
Opponents alex_ramos (7th place) alexbeltrantarqui (3rd place) ariane_salazar (9th place) erick_vargas (11th place) jhonny_ct (12th place) liz_mariela_perez (5th place) maria_ortega10 (2nd place) pedro_serrudo (10th place) samiraarancibia123426 (4th place) sharick_chungara (6th place) tocsky (8th place)

Text typed:

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)());
— (software) by C++ Committee (see stats)

Typing Review: