rm deprecation
This commit is contained in:
parent
491785a681
commit
54919b8dca
@ -21,9 +21,6 @@ function mapleaves(f, x; cache = ObjectIdDict())
|
|||||||
cache[x] = isleaf(x) ? f(x) : mapchildren(x -> mapleaves(f, x, cache = cache), x)
|
cache[x] = isleaf(x) ? f(x) : mapchildren(x -> mapleaves(f, x, cache = cache), x)
|
||||||
end
|
end
|
||||||
|
|
||||||
export mapparams
|
|
||||||
@deprecate mapparams(f, x) mapleaves(f, x)
|
|
||||||
|
|
||||||
using DataFlow: OSet
|
using DataFlow: OSet
|
||||||
|
|
||||||
function prefor(f, x; seen = OSet())
|
function prefor(f, x; seen = OSet())
|
||||||
|
Loading…
Reference in New Issue
Block a user