Text race history for Dan (testsubject1)

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
15 2025-10-12 03:44:55 52.28 92%
10 2025-10-12 03:13:43 47.73 92%
4 2025-10-12 03:08:02 39.60 89%