Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

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