Typing without types (Types as programs)


Christophe Raffalli, LAMA (université de Savoie). 3 novembre 2005 10:00 limd 2:00:00
Abstract:

We present a new approach to the problem of static typing in languages of the ML family. The basic idea is to generalize the pseudo linear unification algorithm you can use in the Hindley-Milner algorithm. The obtained language is very expressive compared to existing ML implementation and do not require type annotation for many features of ML that usually needs some (like modules, object, ...).