Automatic type inferenceTutorial (draft)Binding value namesTypesDocumentation and user's manualTable of contentsOCaml programs

Types

   
  There are built-in types, for instance  int  and  bool .

   
  New types can be defined.

   
  Recursive definitions of types are allowed, and even mutually recursive ones.


Latest update : October 5, 2006
This document was translated from LaTeX by Hyperlatex 2.5, which is not the latest version of Hyperlatex.

Automatic type inferenceTutorial (draft)Binding value namesTypesDocumentation and user's manualTable of contentsOCaml programs