[clean-list] compiler crash again

Divianszky Peter divianp@delfin.unideb.hu
Fri, 1 Aug 2003 18:44:03 +0200 (DFT)


I tried my previous crash project with the compiler downloaded this
week with cvs, but the result is the same "index out of range" during the
compilation.

I think this error could be fixed easily, because when I change the order
of lines in the dcl file, everything seems ok.

Please help me fixing the bug,
Peter

> Now I have a small project, the Clean 2.0.2 compiler crashes
> on it with the error "index out of range"
> (you can find it in the attachment too):
> 
> module test
> import Prelude
> Start = 1
> 
> definition module Prelude
> import StdEnv
> zero``` :: Int
> zero`` :== zero`
> zero` :: a | zero a
> 
> implementation module Prelude
> import StdEnv
> zero``` :: Int
> zero``` = zero``
> zero`` :== zero`
> zero` :: a | zero a
> zero` = zero
> 
> 
> Peter
>