View Pit Stop page for race #1 by thestronglytyped1 — Ghost race
View profile for Shreya (thestronglytyped1)
Official speed | 27.58 wpm (77.88 seconds elapsed during race) |
---|---|
Race Start | May 8, 2024 8:40:53pm UTC |
Race Finish | May 8, 2024 8:42:11pm UTC |
Outcome | No win (2 of 2) |
Opponents |
1. mcalderon (45.52 wpm) |
Accuracy | 94.0% |
Points | 13.79 |
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)()); |