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-14 13:06:23 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2012-08-14 13:06:23 +0400
commit4a47f7ed3bcdac7a8a7cd5b6b57c3315046f510c (patch)
treef776bf6e3f09dd4bb39d5e823ef8a7a6ddfb2381 /README.md
parent8773ed0f7215804aad6675cb22fc04e7c30c1e27 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4a05b4a..e7f96cc 100644
--- a/README.md
+++ b/README.md
@@ -38,3 +38,11 @@ And also provides helper functions that lift the arrow abstraction to a *pipelin
The library also implements some monad classes, primarily, for use with the Kleisli arrow class. These are:
* Maybe, and
* State.
+
+Pipelines
+---------
+
+Pipelines can be constructed using the helpers function in the `pypeline.helpers.helpers` module. There are three primatives that can be constructed:
+ 1. Pipelines,
+ 2. Pipeline components, and
+ 3. Wires.