[erlang-bugs] R13B01 internal error in v3_codegen

Bjorn Gustavsson bgustavsson@REDACTED
Tue Aug 11 10:54:21 CEST 2009


On Tue, Jul 21, 2009 at 1:16 PM, Martin Engström<whongo@REDACTED> wrote:
> Hi! This small list comprehension works fine in R12B-5, but not in R13B01
>
> -module(alphanum).
> -export([orgno_alphanum/1]).
> orgno_alphanum(OrgNo) ->
>   [C || C <- OrgNo, ((C >= $0) andalso (C =< $9))
>           orelse  ((C >= $a) andalso (C =< $z))
>           orelse  ((C >= $A) andalso (C =< $Z))].
>

Thanks! A correction will be included in R13B02.

/Bjorn

-- 
Björn Gustavsson, Erlang/OTP, Ericsson AB


More information about the erlang-bugs mailing list