Questions tagged [winghci]

Questions regarding WinGHCi - Windows GUI for GHCi

WinGHCi is a simple GUI to run (the Glasgow Haskell Interpreter) on Windows.

Resources:

46 questions
0
votes
3 answers

Couldn't match expected type ‘Bool’ with actual type ‘(a, a)’

I've got an issue with Haskell where it appears to be disliking the fact that I'm returning a Boolean statement from a helper function. I'm checking if the distance between two numbers in a list is very small (less than 0.01); and in the case where…
1 2 3
4