Errata

Building Web, Cloud, and Mobile Solutions with F#

Errata for Building Web, Cloud, and Mobile Solutions with F#

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
PDF Page 25
First code snippet on top of the page

The name of the following function should be "set" instead of "get":

// Public function that sets the cached data
let get key value =
Message.Set(key, value) |> agent.Post

Vasily Kirichenko  Nov 25, 2012 
ePub Page 63
The note

The note looks in iBooks as following:

?The use of the backward pipe (i.e., <| ) operator in the preceding example causes the result of the value to the right to be passed as input to the function on the left.<?xml version='1.0'?> <indexterm><primary><| (pipe-backward) operator</primary></indexterm>?

The XML tags (a part of formatting?) should not appear.

Vasily Kirichenko  Nov 25, 2012