From 9cdcef1699c7e7c2a2815707c5e4e270191dac94 Mon Sep 17 00:00:00 2001 From: crista Date: Mon, 2 Dec 2013 08:52:40 -0800 Subject: [PATCH] Update README.md One more constraint --- 09-the-one/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/09-the-one/README.md b/09-the-one/README.md index 07f84dd..e3fbe5b 100644 --- a/09-the-one/README.md +++ b/09-the-one/README.md @@ -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: