Browse thread
typing dynamic typing
- Ethan Aubin
[
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: | Ethan Aubin <ethan.aubin@p...> |
| Subject: | typing dynamic typing |
Hi, I found 'Typing Dynamic Typing' by Arthur Baars and Doaitse Swierstra (http://www.cs.uu.nl/people/arthurb/dynamic.html) the other day and am wondering if there is a trick to encode a universally qualified type constructor. I.e. section 3 of the paper uses datatype Equal a b = forall f . f a -> f b as a proof that types a and b are equal. Is there a transliteration of this haskell into ocaml? Thanks - EA