important

This commit is contained in:
Mike J Innes 2017-09-11 14:10:12 +01:00
parent 7041ab9960
commit 5f24d61ba3
1 changed files with 2 additions and 0 deletions

View File

@ -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}