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 18:23:13 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2012-08-14 18:23:13 +0400
commit4e53bd041c9d4f8725b2fcbfdb63ebeee37f33c8 (patch)
tree88e371f4d3bd3653b6a8ee860ad5345d03ab0d58
parent2681bedb3ce8801a4fb307476b20c53db6989997 (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 d9c0294..e99c89f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Pypeline - An arrow based pipelining library
-Pypeline is licensed using the [Lesser GNU Public License Version 3](http://www.gnu.org/licenses/lgpl.txt).
+Pypeline is licensed using the [GNU Lesser 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.