[Haskell-cafe] Problem with JHC
John Meacham
john at repetae.net
Fri Nov 13 06:04:09 EST 2009
On Wed, Nov 11, 2009 at 01:26:03PM -0800, Philippos Apolinarius wrote:
> Ops, the paste is wrong, but the bug is real. I mean, if I try to run
> the program with the right input, the program aborts in the same place,
> with the same error message:
>
> philip at desktop:~/jhctut$ ./jtestarbo
>
> Give me a tree:
>
> T AND [L 1, L 2]
>
> jtestarbo_code.c:2670: case fell off
Hmm... yes, a 'case fell off' error is always a bug in jhc one way or
another. I will have to investigate your program and find out why that
is happening. compiling with -fdebug can help find such errors, but
clearly there is something wrong.
John
--
John Meacham - ⑆repetae.net⑆john⑈ - http://notanumber.net/
More information about the Haskell-Cafe
mailing list