View Pit Stop page for race #1 by wahzzah — Ghost race
View profile for Wahzzah (wahzzah)
Official speed | 25.54 wpm (84.10 seconds elapsed during race) |
---|---|
Race Start | July 1, 2025 6:47:16am UTC |
Race Finish | July 1, 2025 6:48:40am UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 12.77 |
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)()); |