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:
-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