From 3479255f6f752712745d6b6079671e0a6205abdd Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 19 Jan 2018 08:35:40 -0600 Subject: [PATCH] readme: link to gasche's blog post --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 608c601..9475537 100644 --- a/README.adoc +++ b/README.adoc @@ -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.