Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

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