julia> using Memoize
julia> """ double x """ @memoize f(x) = x+x
ERROR: cannot document the following expression:
@memoize f(x) = begin # REPL[4], line 1:
x + x
end
'@memoize' not documentable. See 'Base.@__doc__' docs for details.
Stacktrace:
[1] error(::String, ::String, ::Vararg{String,N} where N) at ./error.jl:30