Posts

Showing posts from September, 2020

Haskell Functors in Detail: An in-depth tutorial/reference about functors

 In this hands-on tutorial/reference, I will be explaining Functor s and all of its major instances:

Haskell: GHC's error messages explained

  GHC  (Glasgow Haskell Compiler )  is the current de-facto standard and the most used Haskell compiler. It is also reputed with having hard to read error messages. This post will aim to explain a few of its errors. It will also (mostly implicitly) aim to show you how explicit type signatures can really help you write better code.