f
This commit is contained in:
parent
9348a47479
commit
28bbef81b9
@ -16,8 +16,6 @@ function (m::Recur)(xs...)
|
|||||||
return y
|
return y
|
||||||
end
|
end
|
||||||
|
|
||||||
(m::Recur)(s::Seq) = Seq(map(m, s.data))
|
|
||||||
|
|
||||||
Optimise.children(m::Recur) = (m.cell,)
|
Optimise.children(m::Recur) = (m.cell,)
|
||||||
|
|
||||||
Base.show(io::IO, m::Recur) = print(io, "Recur(", m.cell, ")")
|
Base.show(io::IO, m::Recur) = print(io, "Recur(", m.cell, ")")
|
||||||
|
Loading…
Reference in New Issue
Block a user