Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Ariane_Salazar (ariane_salazar)
Race Number 13
Date Sun, 18 May 2025 0:36:55
Universe code
Speed 25 WPM Try to beat?
Accuracy 91.1%
Rank 5th place (out of 14)
Opponents erick_vargas (4th place) jas_el (3rd place) liz_mariela_perez (7th place) maria_ortega10 (2nd 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: