View Pit Stop page for race #63 by samiraarancibia123426 — Ghost race
View profile for samiraarancibia (samiraarancibia123426)
Official speed | 20.78 wpm (103.37 seconds elapsed during race) |
---|---|
Race Start | June 5, 2025 2:54:28pm UTC |
Race Finish | June 5, 2025 2:56:11pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 10.39 |
Text | #10023 (Length: 179 characters) 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)()); |