Text race history for Meow (meow_daskatze)

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
6 2023-12-22 14:07:27 24.74 96.9%
2 2023-12-22 13:52:37 20.08 96.4%