Update README.md

One more constraint
This commit is contained in:
crista
2013-12-02 08:52:40 -08:00
parent 7dded55286
commit 9cdcef1699

View File

@@ -14,6 +14,10 @@ and (3) unwrap the value, so to examine the final result.
- Larger problem is solved as a pipeline of functions bound
together, with unwrapping happening at the end.
- Particularly for The One style, the bind operation simply
calls the given function, giving it the value that it holds, and holds
on to the returned value.
Possible names: