bendoerr / real-world-haskellLinks
My solutions to exercises in the book Real World Haskell by Bryan O'Sullivan, John Goerzen & Don Stewart.
☆33Updated 12 years ago
Alternatives and similar repositories for real-world-haskell
Users that are interested in real-world-haskell are comparing it to the libraries listed below
Sorting:
- solutions for book C. Okasaki purely functional data structures☆59Updated 12 years ago
- Idris mode for vim☆221Updated 5 years ago
- Developer tools for Haskell☆249Updated last year
- A Haskell CheatSheet in PDF and literate source formats.☆273Updated 2 years ago
- A collection of resources for learning type theory.☆99Updated 9 years ago
- Pearls of Functional Algorithm Design by Richard Bird - Haskell Code☆190Updated 9 years ago
- parser for code samples from the book "real world haskell" (http://book.realworldhaskell.org/read/)☆89Updated 8 years ago
- Haskell by Example☆153Updated 4 years ago
- Sample code to accompany the book "Parallel and Concurrent Programming in Haskell"☆358Updated 3 months ago
- An Haskell oriented introduction to Category Theory (with basket of cats!)☆63Updated 5 years ago
- Project templates for stack new☆237Updated 3 weeks ago
- With way too messy gist.github pages this is an attempt to organise my snippets☆403Updated 7 years ago
- Code from the book "Purely Functional Data Structures" by Chris Okasaki (both original and my own solutions to the exercises, in Haskell)☆35Updated 15 years ago
- Introduction to parsing with Haskell and Parsec☆505Updated 6 years ago
- A Haskell/Hspec skeleton project☆95Updated last year
- A collection of papers, theses, and books (in PDF format) on Haskell, Type Theory, Category Theory, FRP, and other FPs related topics☆78Updated 8 years ago
- A tutorial on Parallel and Concurrent Haskell☆220Updated 12 years ago
- Run IO operations asynchronously and wait for their results☆330Updated last week
- The home of the Glamorous Glambda interpreter☆227Updated 6 months ago
- An HTTP client engine, intended as a base layer for more user-friendly packages.☆290Updated 6 months ago
- Jump start your Haskell development☆156Updated 9 years ago
- Algorithms from AIMA in Haskell☆334Updated 8 years ago
- Resources for the online Type Theory Study Group