Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Mahmud (mahmud64)
Race Number 1
Date Wed, 30 Jul 2025 11:07:08
Universe code
Speed 24 WPM Try to beat?
Accuracy 96.6%
Rank 2nd place (out of 6)
Opponents al_mamun007 (1st place) imtiaze78 (3rd 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: