Text race history for thomas (thomascdh)

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
9 2025-03-21 22:17:18 28.69 96%
6 2025-03-21 22:10:47 26.23 95%