Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer alexVladimirQuecaña (alex_ramos)
Race Number 52
Date Fri, 30 May 2025 1:21:05
Universe code
Speed 26 WPM Try to beat?
Accuracy 96.4%
Rank 7th place (out of 18)
Opponents 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) 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: