Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer alexbeltrantarqui (alexbeltrantarqui)
Race Number 94
Date Fri, 30 May 2025 1:20:49
Universe code
Speed 33 WPM Try to beat?
Accuracy 93.8%
Rank 3rd place (out of 18)
Opponents alex_ramos (7th 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)