Hi, I've found that I can cache `@cache map(x->x, data)` but not ```julia @cache map(data) do x x end ``` Is this something we could support? The `do`-syntax can be pretty nice and make our documents/tutorials easier to read.