Text race history for Grypho (gryphox)

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
16 2025-02-23 07:23:18 14.58 90.5%
11 2025-02-22 17:54:57 13.21 88.7%