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