[
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: | 1999-10-09 (23:53) |
From: | William Chesters <williamc@d...> |
Subject: | Re: Stdlib regularity |
Matías Giovannini wrote: > And then a "functional for" loop looks like > > List.map (fun i -> ...) (iota n) What about Array.init n (fun i -> ...) ? :-)