Text race history for Hemant Prajapat (hemant_701)

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 2024-05-25 10:52:44 41.98 95.9%
8 2024-05-24 11:34:11 37.37 95.5%