Hacker News new | ask | show | jobs
by codygman 2120 days ago
Catching up on comments and kind of fuzzy, but this is pretty cool :)

    foldr1  (&&) ( [ (==3), (==4) ]  <*> pure 3 )