Individual pieces of content
Content
As of March 2020, School of Haskell has been switched to read-only mode.
The vector package 27 Oct 2015Commercial Haskell group
Overview and typical usage of the vector packageCovariance, contravariance, and positive and negative position 23 Oct 2015Commercial Haskell group
Some common terms from category theory that are likely unfamiliar to those with an engineering background.Monad Transformers 3 Jan 2016Commercial Haskell group
What transformers are, why they're useful, what to be aware ofCommon Language Extensions 3 Apr 2015Commercial Haskell group
Explanation of some of common GHC-supported language extensionsCommon Type Classes 3 Apr 2015Commercial Haskell group
Commonly used typeclassesBasic Tooling Guide 3 Apr 2015Commercial Haskell group
Getting up-and-running to develop Haskell codeAll About Exceptions 19 Dec 2015Commercial Haskell group
All of the necessary information to understand exceptionsExceptions Best Practices 14 Dec 2015Commercial Haskell group
FP Complete's recommended practices for dealing with exceptionsHaskell Glossary 20 Oct 2015Commercial Haskell group
Define commonly used but not-commonly-understood termsOverview of Streaming Data Libraries 3 Apr 2015Commercial Haskell group
High level comparison between different optionsPrimitive Haskell 3 Apr 2015Commercial Haskell group
Overview of peeling back layers of abstraction in GHC HaskellAll about strings 3 Apr 2015Commercial Haskell group
Assorted information on string-like types, data models, laziness, etcDesigning APIs for Extensibility 25 Dec 2015Commercial Haskell group
Guidelines on making your APIs stable and extensibleIDEs and Linters 8 Nov 2015Commercial Haskell group
Preparing your editor