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-17 19:06:27 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-04-17 19:06:27 +0400
commit5ce8985fb049c26b23bbc48ca6fc6427b28286cb (patch)
tree196f4a24e129afd3fbb5a0f0ff55a193cff4e83f
parent8ca8954d3cbfac0227740c6005f98e3c2cdfdb65 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 37a1774..ba8bdac 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