Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Yong Ray (jansen52xd)
Race Number 5
Date Fri, 17 Oct 2025 9:00:36
Universe code
Speed 50 WPM Try to beat?
Accuracy 90.1%
Rank 6th place (out of 7)
Opponents coencidence (3rd place) jyyyy (1st 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: