Let it crash?

Vance Shipley vances@REDACTED
Thu Aug 19 17:51:48 CEST 2004


On Thu, Aug 19, 2004 at 11:35:43AM -0400, Vance Shipley wrote:
}
}       case decode(Value) of
}            Rec when is_record(Rec, foo) ->
}                 ...

err ... of course I meant:

        case catch decode(Value) of
             ^^^^^

   -Vance



More information about the erlang-questions mailing list