Skip to content

Commit

Permalink
A bunch of editing
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed May 26, 2018
1 parent c813093 commit 5a6206f
Show file tree
Hide file tree
Showing 14 changed files with 2,068 additions and 367 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,28 +77,27 @@ than the material above.

## Intro

Goal: get on the same page about basics of Haskell, some terminology
we can use, and understand Haskell's evaluation model.

* [Overview](overview.md)
* [Synonyms in base](https://haskell-lang.org/tutorial/synonyms)
* [Operator glossary](https://haskell-lang.org/tutorial/operators)
* [Common typeclasses](common-typeclasses.md)
* [All About Strictness](https://www.fpcomplete.com/blog/2017/09/all-about-strictness)
* [Data types](data-types.md)
* [Common typeclasses](common-typeclasses.md)
* [All About Strictness](all-about-strictness.md)

## Data structures

Goal: get comfortable with the most common data structures in Haskell.

* [Data Structures](data-structures.md)
* [String Types](string-types.md)
* [Vector](vector.md)
* [Containers](containers.md)
* [Vector](vector.md)
* Let's revisit that data structure quiz...

## RIO

* [RIO](rio.md)
* [Lens](lens.md)
* [Monad transformers](monad-transformers.md)
* [Logging](logging.md)
* [External processes via typed-process](https://haskell-lang.org/library/typed-process)

## Concurrency

Expand Down
Loading

0 comments on commit 5a6206f

Please sign in to comment.