Text race history for yoKnop (yo_knop)

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
22 2025-08-02 19:11:51 21.81 95%
7 2025-08-02 18:47:57 23.24 93%