From 571986aae2f10a4275fe5ed70bf97f7e756b32e7 Mon Sep 17 00:00:00 2001 From: Ian Johnson Date: Wed, 12 Sep 2012 08:48:26 +0100 Subject: Document that the Kleisli choice arrow now exists. --- README.md | 5 +++-- 1 file 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. -- cgit v1.2.3