Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

deleted 7 characters in body
Source Link
Unrelated String
  • 23.9k
  • 3
  • 37
  • 61

Haskell, (削除) 17 (削除ここまで) 16(削除) 16 (削除ここまで) 15 bytes

o f(f!k)x=x=k(f x!).f

Try it online!

Almost feels like there's something smarter I could do. Almost.Try it online!

there was lol-1 thanks to Wheat Wizard repatterning the use of infix

Haskell, (削除) 17 (削除ここまで) 16 bytes

o f(!)x=(f x!).f

Try it online!

Almost feels like there's something smarter I could do. Almost.

there was lol

Haskell, (削除) 17 (削除ここまで) (削除) 16 (削除ここまで) 15 bytes

(f!k)x=k(f x).f

Try it online!

-1 thanks to Wheat Wizard repatterning the use of infix

Source Link
Unrelated String
  • 23.9k
  • 3
  • 37
  • 61

Haskell, (削除) 17 (削除ここまで) 16 bytes

o f(!)x=(f x!).f

Try it online!

Almost feels like there's something smarter I could do. Almost.

there was lol

AltStyle によって変換されたページ (->オリジナル) /