Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pypeline.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Johnson <ian.johnson@appliedlanguage.com>2012-08-10 19:42:25 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2012-08-10 19:42:25 +0400
commitba5d0d63065ee01d3383491026efe9827d8fb73e (patch)
treec47aecda263f223ef3016f781d0333763417c762
parent24d419a412f94466d51997f3289b7eff50aaa90f (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc39d4f..4e02a1d 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ This Python implementation provides the following arrows:
* Function choice arrow, and
* Kleisli arrow (It is expected that the Kleisli choice arrow will be implemented shortly).
-And also provides helper functions that lift the arrow abstraction to a *pipeline component* level, in order that pipelines can be constructed without "seeing" and arrow directly. However, if the programmer wishes the underlying arrow classes can be used to build pipelines using the helper function.
+And also provides helper functions that lift the arrow abstraction to a *pipeline component* level, in order that pipelines can be constructed without "seeing" and arrow directly. However, if the programmer wishes, the underlying arrow classes can be used to build pipelines with or without the helper functions.
The library also implements some monad classes, primarily, for use with the Kleisli arrow class. These are:
* Maybe, and