important
This commit is contained in:
parent
7041ab9960
commit
5f24d61ba3
|
@ -22,6 +22,8 @@ end
|
|||
|
||||
Base.show(io::IO, m::Over) = print(io, "Over(", m.m, ")")
|
||||
|
||||
Optimise.children(m::Over) = (m.m,)
|
||||
|
||||
# Stateful recurrence
|
||||
|
||||
mutable struct Recur{T}
|
||||
|
|
Loading…
Reference in New Issue