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:38:14 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2012-08-10 19:38:14 +0400
commit89b2781caeb8eb4dda00b2e28e6ab113ec2d7f78 (patch)
tree9e5332bfe59b1cc27388b92758ee6fad19413be3
parent358d7a77177ab424a2cbb91f48c03830011a60ae (diff)
Update README.md
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index b0d8880..9963150 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,10 @@ Arrow introductory reading:
Pypeline
--------
+
+This Python implementation provides the following arrows:
+ * Function arrow,
+ * 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.