Tuples
Heterogeneous element types
Fixed number of elements
Positional components
- (“wow”,6);
(“wow”,6) : string * int;
(1.0,2,true,”s”);
(1.0,2,true,”s”) : real * int * bool * string
Previous slide
Next slide
Back to first slide
View graphic version