Text race history for abhishek (abhishree_123)

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
41 2024-07-12 17:14:16 18.37 94.7%
3 2024-07-09 10:15:20 16.27 91.8%