caiorss / haskell-cheat-sheets

High level library cheat sheets for the working Haskell programmer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The most important library documentation, on your desk!

Looking up documentation can be jarring when you just want to remember a type signature or how to glue something together.

Why not have the your most commonly looked up things in one place? Perhaps your friends will learn some nice tricks, too!

The PDFs:

Currently all A4 only, patches welcome:

Currently planned cheat sheets:

  • Pipes (not started)
  • IO, Control.Concurrent, Async, IO, Unixy things.

Contributing

In this early stage, snippets of documentation that you are always looking up would be really helpful.

Please feel free to open a pull request with the documentation (attributed to its author), assuming it's released under a BSD-3-compatible license.

License

BSD-3, with attribution to the respective authors from whom we have stolen bits of documentation:

  • Edward Kmett (Control.Lens)

About

High level library cheat sheets for the working Haskell programmer.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TeX 99.0%Language:Makefile 1.0%