Text race history for Evanovache (evanovache)

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
26 2024-08-13 18:15:43 48.10 96.9%
20 2024-08-13 16:03:28 43.37 95.1%
19 2024-08-13 11:12:53 42.31 97.5%
17 2024-08-13 11:09:08 40.69 95.6%
1 2024-08-10 17:36:24 36.63 94.7%