[
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: | 2008-04-01 (02:27) |
From: | Jacques Le Normand <rathereasy@g...> |
Subject: | type error |
hello caml-list thanks for all the help so far; it's been very educational there's a type error I can't get my head around: class a = object end and b = object inherit a method d (e : b) = (e :> a) end gives the error: The abbreviation b expands to type < d : b -> a > but is used with type < > why is this?