content
As of March 2020, School of Haskell has been switched to read-only mode.
All about strings 6 Apr 2015DanBurton
Assorted information on string-like types, data models, laziness, etcOverview of Streaming Data Libraries 6 Apr 2015DanBurton
High level comparison between different optionsBasic Tooling Guide 6 Apr 2015DanBurton
Getting up-and-running to develop Haskell codeDesigning APIs for Extensibility 6 Apr 2015DanBurton
Guidelines on making your APIs stable and extensibleExceptions Best Practices 24 Apr 2015DanBurton
FP Complete's recommended practices for dealing with exceptionsCommon Language Extensions 6 Apr 2015DanBurton
Explanation of some of common GHC-supported language extensionsIDEs and Linters 6 Apr 2015DanBurton
Preparing your editorCommon Type Classes 6 Apr 2015DanBurton
Commonly used typeclassesAll About Exceptions 6 Apr 2015DanBurton
All of the necessary information to understand exceptionsPrimitive Haskell 6 Apr 2015DanBurton
Overview of peeling back layers of abstraction in GHC HaskellHaskell Glossary 6 Apr 2015DanBurton
Define commonly used but not-commonly-understood termsMonad Transformers 6 Apr 2015DanBurton
What transformers are, why they're useful, what to be aware of