Wiley.com
Print this page Share

Functional Programming in C#: Classic Programming Techniques for Modern Projects

ISBN: 978-0-470-74458-1
Paperback
288 pages
April 2011
Functional Programming in C#: Classic Programming Techniques for Modern Projects (0470744588) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
83 Error in Code
public static class Calculator {...

should be:
public static class Calculator2 {...

AND reference to call would need changing, as well, since it's for the calculator in the above example.
10/18/11
84 Error in Code
public static class Calculator {...

should be:
public static class Calculator3 {...

AND reference to call would need changing, as well, since it's for the calculator in the above example.
10/18/11
Back to Top