Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

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