Top "Haskell-platform" questions

The Haskell Platform is a standardized multi-OS distribution for the Haskell programming language.

lacks an accompanying binding - What does it mean? How it works?

I am practising from LYAH. phoneBook.hs file contains following code: phoneBook :: [(String, String)] While trying to compile the above-mentioned …

haskell haskell-platform
How do I create an operator in Haskell?

Making a ternary logic table, and I would like to make my own function for an operator that I'll call &…

haskell-platform haskell haskelldb
export from module

Here is a code taken from http://www.angelfire.com/tx4/cus/shapes/haskell98.html . It compiles and executes correctly …

haskell haskell-platform
How to install Haskell (Platform or Stack) in 2018 on Linux?

I am trying to learn Haskell from the book Learn You a Haskell by Miran Lipovača. Both the book …

linux haskell cabal haskell-stack haskell-platform
Everywhere that GHC/Haskell Platform installs

Assume I want to completely reinstall GHC/HP. I want to (as much for superstition as anything) delete anything and …

haskell ghc haskell-platform
Haskell / GHCi - loading modules from different directories

My haskell application has the following directory structure: src/ utils/Utils.hs subsystem/Subsystem.hs The Subsystem module imports Utils …

haskell ghci haskell-platform
json parsing in haskell

I'm trying to parse JSON data in haskell. Having gone through a slew of websites, this is the furthest I …

json haskell haskell-platform
How to install Haskell Platform on Linux Debian Wheezy?

Initially I thought I would get install Haskell with couple of commands using apt-get but its seems somehow complex. As …

linux haskell debian ghc haskell-platform