Play all
Play all

Advanced Functional Programming in Haskell

This is an advanced course on functional programming in Haskell. It is designed for second year computing students in Nottingham, but the videos are made freely available. The course is based on part II of "Programming in Haskell".
1

AFP 1 - Course Overview

2

AFP 2 - Sudoku I: First Steps

3
4
5

AFP 5 - Functors

6

AFP 6 - Applicative Functors

7

AFP 7 - Monads I: Basic Concepts

8
9
10
11
12

AFP 12 - Induction

13
14
15

AFP 15 - Compiler Correctness