writings on math, logic, philosophy and art...

Haskell

“Oh, in Haskell this app is just a one-liner!”

The one-liner:

app a b c d e= runMonadT <(@)> ( (LiftValue a b c) *!* stop) . \a -> d(a) $ e

Written on January 21, 2024

More: programming joke