Hacker News new | ask | show | jobs
by msdos 3659 days ago
It'd be less cluttered if "in" wasn't in there.
1 comments

The shortest is Haskell's:

    forM_ party jumpToTheLeft
Assuming there is a 'party :: [ Minion ]' and 'jumpToTheLeft :: Minion -> IO Minion' in scope.