Browse thread
[Caml-list] Are you sure the new "=" of 3.08 is good ?
[
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: | Damien Doligez <damien.doligez@i...> |
| Subject: | Re: [Caml-list] Are you sure the new "=" of 3.08 is good ? |
On Oct 8, 2004, at 10:31, Christophe Raffalli wrote: > I knew and read that (at least the diagnostic was easy), > but it was still enoyying to have to look for the change to do among > 15000 > lines of code. And being forced to use compare x y instead of x = y is > ugly. let (=) x y = compare x y = 0;; -- Damien ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners