Text race history for Elemental (elementalscar)

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
13 2024-08-07 20:26:53 22.95 90.1%
10 2024-08-06 20:50:55 26.92 90.5%