Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Dhruv (_dhruv_)
Race Number 5
Date Tue, 3 Dec 2024 12:57:34
Universe code
Speed 30 WPM Try to beat?
Accuracy 92.1%
Rank 1st place (out of 2)

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: