Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Augusto Aguilar (fa1progra)
Race Number 4
Date Thu, 8 May 2025 1:26:03
Universe code
Speed 22 WPM Try to beat?
Accuracy 91.1%
Rank 7th place (out of 20)
Opponents alvaroricaldi (6th place) erick0334 (3rd place) fanor (2nd place) luis_univ (4th place) mau_r123 (5th 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: