-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels