¿Cómo instalar Haskell?

Hay varias opciones para instalar las herramientas necesarias para programar en Haskell y también varias opciones sobre cómo usarlas. A continuación se presenta una serie de pasos y algunas opcione...
0 Read More

Embracing ReaderT finally

Intended audience: programmers, esp those with functional-programming background.My last outing with the ReaderT monad was a minor disaster and I ended up writing a custom wrapper that got the job don...
0 Read More

# Setup Haskell for Neovim on Linux

# Setup Haskell for Neovim on Linux
This is a distro agnostic simple guide on how to setup haskell on modern linux using GHCup. Requirements Make sure you're equipped with all the neccesary packages to run GHCup properly. I'm n...
0 Read More