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:24:06 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2012-08-14 18:24:06 +0400
commit25e35769c15d8864348f084a73f0f0f46bdf4291 (patch)
tree9c45cd10dfde7dc8f77e8305d8f4e1cde71ae394 /README.md
parent4e53bd041c9d4f8725b2fcbfdb63ebeee37f33c8 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e99c89f..5cba0b5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Pypeline - An arrow based pipelining library
-Pypeline is licensed using the [GNU Lesser Public License Version 3](http://www.gnu.org/licenses/lgpl.txt).
+Pypeline is licensed using the [GNU Lesser General 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.