`memoize(f)`, for example, could return a version ...
# random
f
memoize(f)
, for example, could return a version of
f
that is memoized based on its full set of inputs.