Browse thread
Re: Syntax for label
[
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: | Sven LUTHER <luther@d...> |
| Subject: | Re: Syntax for label, NEW PROPOSAL |
On Wed, Mar 15, 2000 at 02:58:30PM +0100, Pierre Weis wrote: > $ ocamlpedantic > Objective Caml version 2.99+10 > > # let sum l = List.fold_right ( + ) l 0;; > ^^^^^ > This expression has type int -> int -> int but is here used with type 'a list Is this not because the new definition of List.fold_right wants the list first, and then only the function ? Friendly, Sven LUTHER