Browse thread
Map.fold behavior changed
[
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: | Alain Frisch <Alain.Frisch@i...> |
| Subject: | Re: [Caml-list] Map.fold behavior changed |
Florian Hars wrote: > Damien Doligez wrote: > >> OCaml version numbers won't have this problem until version 10, >> which, at the current release rate, shouldn't happen before the year >> 2048. > > > OCaml version numbers won't have this problem until version 3.10, which, > at the current release rate, shouldn't happen before the year 2006. Hint: # "3.09.1" < "3.10";; - : bool = true Cheers, Alain