Browse thread
[Caml-list] [Q] explicit typing again
- fis@w...
[
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: | fis@w... |
| Subject: | [Caml-list] [Q] explicit typing again |
hi, sorry, but i am really enthusiastic about explicit typing. i will probably start to annotate expressions like "3" soon... (-: could anybody tell me how i get this one straight? # let (a: int, b) = (1, 3) in a;; # let (a, b) : int * int = (1, 3) in a;; thanks a lot, matthias ------------------- 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