Chapter 2
Getting Started with Haskell
Section 1
Discovering Haskell with ghci
We want to get started with Haskell in a quick and engaging way, without having to start with a long lecture on syntax. So, to develop our familiarity with Haskell, we'll explore some of the basics, such as how to use and manipulate numbers and strings using 'ghci,' the interactive interpreter. - Show how to use integers and floating point numbers - Dive into the numeric types with ghci - Briefly explore strings and the undefined types