[
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: | aXl <krauth@f...> |
| Subject: | Typing-problem |
Hi, why is in the following example b of type "string -> string" ? let a = id id;; let b = a;; a "foo";; (* until here it's covered by the faq's *) b;; Thanks, Axel Krauth