View Pit Stop page for race #77 by snayder123_ — Ghost race
View profile for Sneyder Nunjar (snayder123_)
Official speed | 25.47 wpm (84.33 seconds elapsed during race) |
---|---|
Race Start | July 2, 2025 8:19:22pm UTC |
Race Finish | July 2, 2025 8:20:47pm UTC |
Outcome | No win (2 of 2) |
Accuracy | 91.0% |
Points | 12.73 |
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)()); |