View Pit Stop page for race #78 by snayder123_ — Ghost race
View profile for Sneyder Nunjar (snayder123_)
Official speed | 24.68 wpm (87.03 seconds elapsed during race) |
---|---|
Race Start | July 2, 2025 8:22:08pm UTC |
Race Finish | July 2, 2025 8:23:35pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 12.34 |
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)()); |