Browse thread
type t = ()
[
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: | Florian Hars <hars@b...> |
| Subject: | Re: [Caml-list] type t = () |
Richard Jones wrote: > Sort of a brief rant combined with a bug report :-) But the bug is in the same class as: # let (-) = ( * );; val ( - ) : int -> int -> int = <fun> # 1 + 2 - 3;; - : int = 9 No? Yours, Florian.