Re: layout rule infelicity

2002-05-30 Thread Han Tuong Hau

Hi everyone,

I thought I would bring a students perspective into this discussion.
Moving from a C background to Haskell, the layout wasn't very intuitive at
first. This was mainly due to my hand's on approach (looking at examples
and trying to code similar programs). Given that if i read up on the
layout first I would have had less trouble. I did notice that the error
messages generated by incorrect layout don't offer much clue to the
origin of the layout error, well from a beginner's interpretation of the
error messages anyway.

Having said that, now that I have gotten used to the Haskell layout I
simply adore it. I often remember tiredly coding in C and relying on the
compiler to locate where i had left out a ';' at the end of a statement or
two. With Haskell there is no such need!


Tuong,
a happy haskell student..



___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell



FranTk with ghc 5.00

2001-09-26 Thread Han Tuong Hau

Hi

I'm trying to run the patched version of FranTk for ghc-4.06 with
ghc-5.00. I used the fixes provided by Jan Kort for getting FranTk to work
with ghc-4.08. This allows 'make boot' to succeed but produces errors at
'make all'. 

Are there any current fixes for running FranTk with ghc-5.00.

Thanks

Tuong


___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell