5
Types Definis par l’Usager
n
datatype identificateur = expression_de_type
n
n
Examples:
n
datatype couleur = rouge | orange | vert;
n
datatype arbre =
nul | noeud of int * arbre * arbre *arbre;