mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
readme: link to gasche's blog post
This commit is contained in:
parent
6fc1b067ca
commit
3479255f6f
1 changed files with 2 additions and 0 deletions
|
|
@ -235,6 +235,8 @@ efficient and will, if flambda permits, be totally removed at
|
||||||
compile time (e.g. `Sequence.(--)` becomes a for loop, and `Sequence.filter`
|
compile time (e.g. `Sequence.(--)` becomes a for loop, and `Sequence.filter`
|
||||||
becomes a if test).
|
becomes a if test).
|
||||||
|
|
||||||
|
For more details, you can read http://gallium.inria.fr/blog/generators-iterators-control-and-continuations/ .
|
||||||
|
|
||||||
== License
|
== License
|
||||||
|
|
||||||
Sequence is available under the BSD license.
|
Sequence is available under the BSD license.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue