Haskell
Posts
-
Setting up a Haskell development environment on Arch Linux
Once you accept the principles of Arch Linux -- being simplicity and modernity -- everything goes easier. In this article, we will use up-to-date Haskell ecosystem by using system provided Haskell packages, getting rid of awkward stack which could eat huge amount of your disk space. We won't going to nix or ghcup, since they are both general Haskell toolchain solutions, not specific to Arch Linux.
Read more -
Default Language Extensions Enabled in GHCi
I wrote this post because I stumbled upon the fact that
Read morehead []passes type checking in GHCi even withExtendedDefaultRulesdisabled. This surprised me. After some investigation—