Skip to content
spidie edited this page Dec 18, 2011 · 40 revisions

Wiki site for Learn You A Haskell Brisbane Study Group.

Rough Weekly Schedule

Guide for Chapter Leaders

Notes for Week 1 Introduction

Notes for Week 2 Getting Started

Notes for Week 3 Types and Typeclasses

Notes for Week 4 Syntax in Functions

Notes for Week 5 Recursion

Notes for Week 6 Recursion

Project Ideas

Stories About Haskell in the Real World

Sharing Code

We can use this Wiki to share ideas and talk about code. If you want to paste code, prefix it with four spaces, like so:

x = [13,26..13*24]
y = take 24 [13,26..]
z = take 10 (cycle [1,2,3])
a = take 10 (repeat 5)
b = replicate 3 10

GitHub Wiki Markdown Syntax

Learn You a Haskell for Great Good!

  1. Introduction
  2. Starting Out
  3. Types and Typeclasses
  4. Syntax in Functions
  5. Recursion
  6. Higher Order Functions
  7. Modules
  8. Making Our Own Types and Typeclasses
  9. Input and Output
  10. Functionally Solving Problems
  11. Functors, Applicative Functors and Monoids
  12. A Fistful of Monads
  13. For a Few Monads More
  14. Zippers

Clone this wiki locally