logoalt Hacker News

whateveracctyesterday at 9:45 PM0 repliesview on HN

in Haskell, supporting that is how you get neat composition

such as applicative style formatted like this:

        f
    <$> x
    <*> y
    <*> z