You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: UndefVarError: take not defined
Stacktrace:
[1] top-level scope at REPL[26]:1
[2] include_string(::Function, ::Module, ::String, ::String) at ./loading.jl:1088
If take is no longer available, what is the alternative?
The text was updated successfully, but these errors were encountered:
From your Intro to Laziness:
esquares = @>> Lazy.range() map(x->x^2) filter(iseven);
take(5, esquares)
ERROR: UndefVarError: take not defined
Stacktrace:
[1] top-level scope at REPL[26]:1
[2] include_string(::Function, ::Module, ::String, ::String) at ./loading.jl:1088
If
take
is no longer available, what is the alternative?The text was updated successfully, but these errors were encountered: