0
votes
4answers
309 views

Error loading function from file in GHCi

I'm completely new to Haskell. To grasp the basics I've started working through 'Learn you a Haskell for Great Good'. I'm stuck on the simple matter of loading a function from a file. The file is ...
27
votes
4answers
2k views

Haskell Graphics Library that works in GHCi on MacOS X

Does there exist a Haskell graphics library or binding to an external library that fulfills the following requirements: Can be used from ghci, i.e. I don't have to link and restart the program. ...