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-04-29 18:17:04 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-04-29 18:17:04 +0400
commitf5928c584a4ab8d88ca389580e7341170911951c (patch)
tree4158cba0789fc9c6e1f31b059b80dee353782bcf
parent81dbc44e6d7f6227de66224269aa63046c2e719b (diff)
parent8c1f2c6abdae61ac5c66f221f8d8b70b8877c135 (diff)
Merge branch 'master' of github.com:ianj-als/pypeline
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 37a1774..92bc082 100644
--- a/README.md
+++ b/README.md
@@ -96,6 +96,8 @@ The input and output forming functions shall take two arguments: a value and the
The state mutator function shall take one argument, the state object, and return a mutated state object if desired. The state mutator function is applied after all the other functions have been applied. If no state mutator function is specified the state flows through the component unchanged.
+ state_mutator_function :: s -> s
+
### Wire Functions
#### Constructing a Function Based Wire