Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer jasel (jas_el)
Race Number 10
Date Sun, 18 May 2025 0:36:43
Universe code
Speed 29 WPM Try to beat?
Accuracy 93.8%
Rank 3rd place (out of 14)
Opponents ariane_salazar (5th place) erick_vargas (4th 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: