Hacker News new | past | comments | ask | show | jobs | submit login

Alternate pointfree Haskell syntax:

    (*) <$> [2,4..8] <*> [-1, 0, 1]
or

    liftA2 (*) [2, 4..8] [-1, 0, 1]



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: