Browse thread
Type Inference and Overloading
-
Tom_Primo¾iè
- skaller
- Andrej Bauer
- Brian Hurt
- Stefan Monnier
[
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: | 2006-04-11 (17:02) |
From: | Stefan Monnier <monnier@i...> |
Subject: | Re: Type Inference and Overloading |
> a : int -> float -> int > a : float -> int -> int You might want to take a look at intersection types. Stefan