Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer alexbeltrantarqui (alexbeltrantarqui)
Race Number 16
Date Fri, 16 May 2025 1:36:50
Universe code
Speed 27 WPM Try to beat?
Accuracy 93.8%
Rank 2nd place (out of 15)
Opponents alexlopez114387 (7th 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)