On Tue, 2005-08-16 at 16:16 +0000, Julian Brown wrote: > > > > Why aren't "fst" and "snd" properly generic?? > > > > For example this simply *should* work: > > > > snd (1,2,3) > > What's wrong with arrays (or lists, for that matter), if you want to do > this type of operation? Sorry, my bad example, try: snd (1,"Hello", 3.0) -- John Skaller