Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Sergio Moises Apaza Caballero (sergio_theaux)
Race Number 9
Date Sun, 18 May 2025 0:36:36
Universe code
Speed 32 WPM Try to beat?
Accuracy 92.4%
Rank 1st place (out of 14)
Opponents ariane_salazar (5th place) erick_vargas (4th place) jas_el (3rd place) liz_mariela_perez (7th place) maria_ortega10 (2nd place) sharick_chungara (8th place) tocsky (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: