Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Carlos Mauricio Riverin Vasquez (mau_r123)
Race Number 5
Date Thu, 8 May 2025 1:25:54
Universe code
Speed 24 WPM Try to beat?
Accuracy 94.2%
Rank 5th place (out of 20)
Opponents alvaroricaldi (6th place) erick0334 (3rd place) fa1progra (7th place) fanor (2nd place) luis_univ (4th 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: