Recap and Outlook

Let's recap what we have learned and look at some Haskell topics that lie ahead.

We'll cover the following...

Recap

Congratulations on finishing the Functional Programming in Haskell course!

With the knowledge acquired in this course, you should now be able to write fairly complex Haskell programs such as the maze solver from the previous lesson yourself.

In particular, you

  • Know about the most important predefined Haskell data types, including
...