This book is a guide on how one can program in Haskell. Haskell is a pure functional programming language. The book begins by giving you a brief overview of the Haskell programming language so that you may know what it is. You are then guided on how to get started with Haskell programming. This involves setting up the Glasgow Haskell compiler which forms the heart of programming in Haskell. You are also guided on how to compile your Haskell scripts...