
28 Jul
2010
28 Jul
'10
4:55 a.m.
On Wed, Jul 28, 2010 at 1:42 AM,
I'm trying to work my way through the hitchhikers guide, knowing nothing about Haskell (my day-to-day programming is in Python with a sprinkling of C). I've installed a binary distribution of Haskell Platform on my Mac. GHCi reports version 6.12.3. I'm currently in "3 Chapter 2: Parsing the input". I'm stuck on the module Main definition. In hello.hs it works as expected:
The "module Main were" has to be the first line in the file.