8.2. BasicsΒΆ
- Open GHCi.
- Browse the
Prelude
module. - Be overwhelmed with how much stuff is in there.
- Open Hackage
- Find the
base
library. - Find the
Prelude
module. - Browse the documentation of the prelude module on Hackage.
- Play with the various functions from the
Prelude
module in the interpreter.