Browse thread
Snd question
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | skaller <skaller@u...> |
| Subject: | Re: [Caml-list] Re: Snd question |
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 <skaller at users dot sourceforge dot net>