Learn You A Haskell, Table of Contents
Learn You A Haskell, Table of Contents
1. Introduction
About this tutorial
So what's Haskell?
What you need to dive in
2. Starting Out
Ready, set, go!
Baby's first functions
An intro to lists
Texas ranges
I'm a list comprehension
Tuples
4. Syntax in Functions
Pattern matching
Guards, guards!
Where!?
Let it be
Case expressions
5. Recursion
Hello recursion!
Maximum awesome
A few more recursive functions
Quick, sort!
Thinking recursively
14. Zippers
Taking a walk
A trail of breadcrumbs
Focusing on lists
A very simple file system
Watch your step