Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Sutolimin (sutolimin_)
Race Number 5
Date Fri, 17 Oct 2025 9:00:28
Universe code
Speed 61 WPM Try to beat?
Accuracy 94.4%
Rank 4th place (out of 7)
Opponents coencidence (3rd place) jansen52xd (6th place) jyyyy (1st place) kayrazalfa (5th place) minnalkd (7th place) sjzdylan (2nd 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: