MikeInnes / Lazy.jl

I was gonna maintain this package, but then I got high
Other
470 stars 54 forks source link

use @rec more, to avoid stack overflows #135

Open ForgottenGensym opened 3 years ago

ForgottenGensym commented 3 years ago

Use the Lazy.@rec macro to avoid stack overflow errors in takenth, takeuntil, takewhile, and dropwhile.