Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Alex Sander Lopez Orcko (alexlopez114387)
Race Number 6
Date Fri, 16 May 2025 1:37:03
Universe code
Speed 23 WPM Try to beat?
Accuracy 91.7%
Rank 7th place (out of 15)
Opponents alexbeltrantarqui (2nd place) ariane_salazar (5th place) erick_vargas (4th place) maria_ortega10 (3rd place) pedro_serrudo (8th place) samiraarancibia123426 (6th 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: