Skip to content

Commit

Permalink
coll is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusae committed Jan 31, 2012
1 parent e75065e commit 3f64ac1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ MARKDOWN = peg-markdown --smart --notes
all: effectivescala.html

pub: all
./publish.sh effectivescala.html coll.png
cp effectivescala.html index.html
./publish.sh index.html coll.png

%.html: %.mo
cat $< | bash proc.sh | bash toc.sh | bash fmt.sh | $(MARKDOWN) > $@
Expand Down
Binary file removed coll.png
Binary file not shown.
2 changes: 1 addition & 1 deletion effectivescala.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ is necessarily also deferred; in
val result: Future[Int]
val resultStr: Future[String] = result map { i => i.toString }

.LP the function <code>{ i => i.toString }</code> is not invoked until the integer value becomes available, and the transformed collection <code>resultStr</code> is also unavailable until that time.
.LP the function <code>{ i => i.toString }</code> is not invoked until the integer value becomes available, and the transformed collection <code>resultStr</code> is also in pending state until that time.

Lists can be flattened;

Expand Down

0 comments on commit 3f64ac1

Please sign in to comment.