Loading
DOWNLOAD: don't use := assignment for function implementation
:= causes the function parameters to get evaluated at definition time instead of implementation time, which is kind of silly for a function. Fixes make source-check / external-deps