neo_gizmo_colemak (neo_gizmo_colemak)

Race #2

View Pit Stop page for race #2 by neo_gizmo_colemakGhost race

View profile for neo_gizmo_colemak (neo_gizmo_colemak)

Official speed 40.46 wpm (53.09 seconds elapsed during race)
Race Start June 24, 2025 3:49:20am UTC
Race Finish June 24, 2025 3:50:13am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 20.23
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)());