How do I document curried functions like this? ```javascript const map = func => iterable => {} ```