View Pit Stop page for race #14 by snayder123_ — Ghost race
View profile for Sneyder Nunjar (snayder123_)
Official speed | 27.63 wpm (77.74 seconds elapsed during race) |
---|---|
Race Start | July 1, 2025 5:29:34pm UTC |
Race Finish | July 1, 2025 5:30:52pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 91.0% |
Points | 13.81 |
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)()); |