27 Aug
2003
27 Aug
'03
2:08 p.m.
Hi, I need to define a function called safetail; it's like tail except that this one maps the empty list to the empty list. It has to be defined using the following: 1. a conditional expression 2. guarded equation 3. pattern matching It's probably quite simple, but I am struggling on this, so help would be appreciated. Thanks Raj