diff --git a/base/iterators.jl b/base/iterators.jl index a0b3a6cd4672d..f23ec995bde79 100644 --- a/base/iterators.jl +++ b/base/iterators.jl @@ -36,6 +36,7 @@ import .Base: popfirst!, isdone, peek, intersect export enumerate, zip, rest, countfrom, take, drop, takewhile, dropwhile, cycle, repeated, product, flatten, flatmap +public accumulate, filter, map, peel, reverse, Stateful if Base !== Core.Compiler export partition