Objective Caml
Links
Topics
- Phantom types: Parameterizing a type with a variable which is unused in the definition of a type. Allows closer alignment of typechecking and properties of the code. See also Generalized Abstract Data Types (GADTs).
Tutorials
- How to customize the syntax of OCaml, using Camlp4: Tutorial introduction to O'Caml syntax modification using Camlp4.
- Introduction to the Objective Caml Programming Language: by Jason Hickey. PDF.
