Text race history for Erick (strosekd)

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
14 2024-07-24 22:42:21 36.36 96.9%
8 2024-07-24 20:51:26 30.31 93.8%