1 Dec 1993 11:57
Existential types variables (unix patch)
Michel Mauny <Michel.Mauny <at> inria.fr>
1993-12-01 10:57:11 GMT
1993-12-01 10:57:11 GMT
Hi, A patch introducing a simple form of existential types (following Laufer and Odesky's proposal) is now available for Caml-Light 0.6 on ftp.inria.fr [192.93.2.54], file ~ftp/lang/caml-light/cl6existpatch.tar.Z This extension provides a very simple form of abstract types and should be suseful (at least) for teaching. Since there is no machine-specific code in the patch, patched files should compile on all Caml-Light 0.6 ports. The archive essentially contains a README file, a diff file (to be given as input to `patch'), and some documentation about this new feature. To install it, follow the instructions given in the README file in the archive. You'll have build a new Caml-Light system, expected to be compatible with the old one. What follows is an extract of the file exist.doc from the archive, to give you an idea of the extension. More interesting examples can be found in the archive. Sincerely, Michel Mauny and Francois Pottier (Michel.Mauny <at> inria.fr, Francois.Pottier <at> ens.fr) -----------------------------------------------------------------------------(Continue reading)
RSS Feed