readme: link to gasche's blog post

This commit is contained in:
Simon Cruanes 2018-01-19 08:35:40 -06:00
parent 6fc1b067ca
commit 3479255f6f

View file

@ -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`
becomes a if test).
For more details, you can read http://gallium.inria.fr/blog/generators-iterators-control-and-continuations/ .
== License
Sequence is available under the BSD license.