Posts

Shifting my blog to obround.github.io

 I've shifted my blog over to  obround.github.io . This site will no longer be used. The main reason is Blogger is far too restrictive, while Github Pages provides the flexibility I need. The content on this site won't be moved to the other site.

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.