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-09-12 11:48:26 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2012-09-12 11:48:26 +0400
commit571986aae2f10a4275fe5ed70bf97f7e756b32e7 (patch)
treeb449a9763ad5a964ef10a653f04a2133fbab08f4
parent00a61feb61b21c823c41c601b08723a771194f32 (diff)
Document that the Kleisli choice arrow now exists.
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index c418a6e..a76a819 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,9 @@ To view setup help:
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).
+ * Function choice arrow,
+ * Kleisli arrow, and
+ * Kleisli choice arrow.
And also provides helper functions that lift the arrow abstraction to a *pipeline component* level, in order that pipelines can be constructed without "seeing" an arrow directly. However, if the programmer wishes, the underlying arrow classes can be used to build pipelines with or without the helper functions.