[erlang-bugs] Compiler internal consistency check failed
Dominic Williams
xpdoka@REDACTED
Wed Nov 22 15:28:47 CET 2006
Hi Bjorn,
> To reduce the complexity, you could first divide the list into
> two or more parts, and then match the parts separately.
Thanks. In fact, it is not event necessary to split the list.
Strangely, it is enough to bind it to a temporary variable and
then match that, instead of matching the list directly.
Regards,
Dominic Williams
http://www.dominicwilliams.net
----
More information about the erlang-bugs
mailing list