Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Thao (peooo)
Race Number 2
Date Tue, 5 Nov 2024 10:16:45
Universe code
Speed 22 WPM Try to beat?
Accuracy 91.8%
Rank 2nd place (out of 4)
Opponents kieu115 (3rd place) thu_99 (1st place) zann03 (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: