1 / 321
文档名称:

[Parallel.and.Concurrent.Programming.in.Haskell(2013.7)].Simon.Marlow.文字版.pdf

格式:pdf   页数:321
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

[Parallel.and.Concurrent.Programming.in.Haskell(2013.7)].Simon.Marlow.文字版.pdf

上传人:bolee65 2014/4/29 文件大小:0 KB

下载得到文件列表

[Parallel.and.Concurrent.Programming.in.Haskell(2013.7)].Simon.Marlow.文字版.pdf

文档介绍

文档介绍:Parallel and Concurrent
Programming in Haskell
Simon Marlow
Parallel and Concurrent Programming in Haskell
by Simon Marlow
Copyright © 2013 Simon Marlow. All rights reserved.
Printed in the United States of America.
Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472.
O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are
also available for most titles (http://my.). For more information, contact our corporate/
institutional sales department: 800-998-9938 or ******@.
Editors: Andy Oram and Maria Gulick Indexer: WordCo Indexing Services
Production Editor: Melanie Yarbrough Cover Designer: er
Copyeditor: Gillian McGarvey Interior Designer: David Futato
Proofreader: Julie Van Keuren Illustrator: a Demarest
July 2013: First Edition
Revision History for the First Edition:
2013-07-10: First release
See /catalog/?isbn=9781449335946 for release details.
Nutshell Handbook, the Nutshell Handbook logo, and the O’Reilly logo are registered trademarks of O’Reilly
Media, Inc. Parallel and Concurrent Programming in Haskell, the image of a scrawled butterflyfish, and
related trade dress are trademarks of O’Reilly Media, Inc.
Many of the designations used by manufacturers and sellers to distinguish their products are claimed as
trademarks. Where those designations appear in this book, and O’Reilly Media, Inc., was aware of a trade‐
mark claim, the designations have been printed in caps or initial caps.
While every precaution has been taken in the preparation of this book, the publisher and author assume no
responsibility for errors or omissions, or for damages resulting from the use of the information contained
herein.
ISBN: 978-1-449-33594-6
[LSI]
Table of Contents
Preface. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix
1. Introduction. . . . . . . . . . . .