Text race history for صَقْرُ السُّرْعَةِ (simoprofessional)

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
32 2024-12-22 18:35:27 58.22 100%
3 2024-09-05 22:31:07 56.99 97.4%