Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer alvaro ricaldi sanchez (alvaroricaldi)
Race Number 5
Date Thu, 8 May 2025 1:26:01
Universe code
Speed 22 WPM Try to beat?
Accuracy 91.1%
Rank 6th place (out of 20)
Opponents erick0334 (3rd place) fa1progra (7th 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: