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-13 12:21:25 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2012-08-13 12:21:25 +0400
commit6930b6d00ac1f91a13898cb8eeee9acd41cd3ba9 (patch)
tree2226dce6e6aad55bac92144fc359e47476607ebf
parentba7e23537085493e55ee90604638b2b225fe2a01 (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 e6343a7..4b9b8c1 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Pypeline - An arrow based pipelining library
============================================
-Pypeline licensed using the [Lesser GNU Public License Version 3](http://www.gnu.org/licenses/lgpl.txt).
+Pypeline is licensed using the [Lesser GNU Public License Version 3](http://www.gnu.org/licenses/lgpl.txt).
A pipeline building library based on *arrows*. Arrows are abstractions of computation, and were proposed by [John Hughes](http://www.cse.chalmers.se/~rjmh/) [Generalising Monads to Arrows, in Science of Computer Programming 37, pp67-111, May 2000]. Like monads, arrows provide a general structure for libraries, but are more general; arrows allow multiple inputs and behaviour that is independed of input.