Text race history for wkn1 (wkn1)

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
62 2024-11-22 14:11:51 23.62 88.1%
43 2024-11-21 03:35:14 21.21 90.5%
30 2024-11-20 05:33:46 17.07 89.3%
13 2024-02-08 01:38:12 15.57 88.3%
6 2024-02-08 01:20:57 14.82 88.4%