[erlang-questions] Re: Getting line number in backtrace?

Scott Lystig Fritchie fritchie@REDACTED
Fri Dec 3 19:27:44 CET 2010


Attila Rajmund Nohl <attila.r.nohl@REDACTED> wrote:

>> That line says:
>> 
>> mapform0(F, C) when constant(C) -> C.

arn> That constant guard was removed in R13B.

I'm a smart_exceptions fan.  IIRC I just removed that guard:

    [...]
    mapform0(F, C) ->
        C.

-Scott


More information about the erlang-questions mailing list