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: | -- (:) |
| 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