no function clause matching became no case clause matching exception

Frans Schneider <[email protected]>
Newsgroups gmane.comp.lang.erlang.general
Message-ID <[email protected]>
Dear list,

The following list comprehension used to give a no function clause 
matching exception in previous version of Erlang. Now it will emit a no 
case clause matching exception. Is this expected behavior?

     [(fun(a) -> "a" end)(R) || R <- [a, b, c]]

NB: I use this construct to process lists with different record types. 
In the unit tests I was testing explicitly on this type of exception.

Frans
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.