ignore state in mapleaves
This commit is contained in:
parent
ec65e2cec7
commit
491785a681
@ -38,7 +38,7 @@ function (m::Recur)(xs...)
|
||||
return y
|
||||
end
|
||||
|
||||
treelike(Recur)
|
||||
treelike(Recur, (:cell, :init))
|
||||
|
||||
Base.show(io::IO, m::Recur) = print(io, "Recur(", m.cell, ")")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user