Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Alvaro Moyata (tocsky)
Race Number 15
Date Fri, 30 May 2025 1:21:07
Universe code
Speed 26 WPM Try to beat?
Accuracy 93.5%
Rank 8th place (out of 18)
Opponents alex_ramos (7th place) alexbeltrantarqui (3rd place) ariane_salazar (9th place) erick_vargas (11th place) jas_el (1st 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)

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: