Text race history for Anton (twisted_8)

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
48 2024-05-30 19:16:38 41.44 95.7%
43 2024-05-25 11:28:12 40.95 96%
14 2024-03-20 20:07:33 31.66 94.8%
13 2024-03-20 19:33:43 33.23 95.6%
5 2024-01-03 20:20:24 29.22 94.2%