Functional valuesTutorial (draft)Automatic type inferenceWell-typed expressions and computations - Values and typesDocumentation and user's manualTable of contentsOCaml programs

Well-typed expressions and computations - Values and types

   
  In Objective Caml

an expression is well-typed if and only it describes a computation.

   
  Evaluation of a well-typed expression returns a value at the end of the computation.

   
  Each value has a type.

   
  Each well-typed expression has a type: the type of the value returned by its evaluation.


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

Functional valuesTutorial (draft)Automatic type inferenceWell-typed expressions and computations - Values and typesDocumentation and user's manualTable of contentsOCaml programs