Browse thread
Hash clash in polymorphic variants
[
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: | Alain Frisch <alain@f...> |
| Subject: | Re: [Caml-list] Re: Hash clash in polymorphic variants |
Jon Harrop wrote: > Also, what happens if you try to dynamically load two libraries that use > polymorphic variants that clash? AFAIK, this is ok. The problematic clashes can always be detected at type-checking time. -- Alain