Previous Up Next

3.2  Values

3.2.1  Basic values

Lucid Synchrone only implements the basic values of Objective Caml with the same convention, that is, integer numbers, floating-point numbers, characters and character strings.

3.2.2  Tuples, records, sum types

Lucid Synchrone implements the tuples of Objective Caml, with the same conventions. It also implements records and sum types.

Functions and nodes

Mapping from values to values. Functions are stateless mapping whereas nodes denote possibly stateful values.


Previous Up Next