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>2013-08-27 18:05:43 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-08-27 18:05:43 +0400
commit7669d8d91a18236d3a321ab28785eddfb61f88e5 (patch)
tree944e9ad7d8b1f4dace45e60fd09cffb200d62abc
parent7d13508d6f2e730d65b6ae8708a0684dd1617b0c (diff)
parente474328af6683b2af8094d1212cdc38d1b8ba07a (diff)
Merge branch 'master' of github.com:ianj-als/pypeline
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 993aa4d..3222951 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
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.
+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 independent of input.
This implementation is heavily inspired by the Haskell arrow typeclasses: a description of which can be found [here](http://www.haskell.org/arrows/index.html).