Text race history for gabriel flores (gabogood)

Back to text analysis page

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)());

Game Time WPM Accuracy
11 2025-04-01 16:54:43 22.92 92.9%
8 2025-04-01 16:35:44 20.93 91.5%