compiler bug

Martin Bjorklund mbj@REDACTED
Thu Jun 12 10:44:19 CEST 2003


Bjorn Gustavsson <bjorn@REDACTED> wrote:
> Your program is equivalent to the following program:
> 
> h() ->
>     if
> 	true ->
> 	    1;
> 	[] =:= true; true ->
> 	    2
>     end.
> 
> It is not a bug in the compiler.

Aha... New feature obviously...  (from R8?)


/martin



More information about the erlang-questions mailing list