Browse thread
Preferred Way to Split a List
[
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: | Robert Fischer <robert@f...> |
| Subject: | Re: [Caml-list] Preferred Way to Split a List |
> Do you need to preserve ordering in the sublists? > Yes. > Do they need to be roughly equivalent lengths? No -- the head list will probably be shorter than the tail list. ~~ Robert.