Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Maria Betzabe Ortega Soto (maria_ortega10)
Race Number 27
Date Sun, 18 May 2025 0:36:41
Universe code
Speed 30 WPM Try to beat?
Accuracy 92.8%
Rank 2nd place (out of 14)
Opponents ariane_salazar (5th place) erick_vargas (4th place) jas_el (3rd place) liz_mariela_perez (7th place) sergio_theaux (1st 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: