Text race history for jasel (jas_el)

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
17 2025-05-30 01:20:44 35.71 91.8%
16 2025-05-30 01:17:58 29.90 91.3%
10 2025-05-18 00:36:43 28.96 93.8%