Extensible Open Datatypes in OCaml
A patch for the OCaml compiler that adds extensible open datatypes. One open type already exists within OCaml: the exn type used for exceptions. This patch extends this mechanism to allow the programmer to create their own open types.
[ Homepage ]
| Author: | Leo P White. |
| Last modification date: | 17-Apr-2012 |
| Version: | 1.0.2 |
| Development status: | Stable |
| Kind: | Patch |
| Topic: | Programming languages :: Typing |
| Homepage: | https://sites.google.com/site/ocamlopen/ |