Text race history for Leonidas (leonidas_the_great)

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
5 2024-09-23 02:59:56 27.76 92%
1 2024-09-23 02:50:33 22.63 92%