Most ebook files are in PDF format, so you can easily read them using various software such as Foxit Reader or directly on the Google Chrome browser.
Some ebook files are released by publishers in other formats such as .awz, .mobi, .epub, .fb2, etc. You may need to install specific software to read these formats on mobile/PC, such as Calibre.
Please read the tutorial at this link: https://ebookbell.com/faq
We offer FREE conversion to the popular formats you request; however, this may take some time. Therefore, right after payment, please email us, and we will try to provide the service as quickly as possible.
For some exceptional file formats or broken links (if any), please refrain from opening any disputes. Instead, email us first, and we will try to assist within a maximum of 6 hours.
EbookBell Team
4.3
28 reviewsImprove Your Haskell Programming Skills in a Weekend!
This book is a "mini" language reference on Haskell, which is one of the most widely used (pure) functional programming languages. We go through all salient features of the modern Haskell programming language in this book (based on the Haskell 2010 Language Report).
Although it is written as a reference, you can read it more or less from beginning to end and you should be able to get the overall picture of the Haskell language if you have some prior experience with functional programming in Haskell or other ML-style functional programming languages. This book is, however, not for absolute beginners.
The book covers
Haskell software development process basics.
Haskell module system. Import and export.
Predefined types such as Char and String.
Top-level and nested declarations.
Type signatures. Function and pattern bindings.
Functions. Sections. Currying.
Conditional expressions. Case expressions.
Pattern matching.
Types. Data types. Type classes.
Basics of Functors and Monads.
Basic IO.
The Standard Prelude functions.
The builtin classes such as Eq, Ord, and Enum.