λ

1.2: Basic data types

Standard ML has six data types built in: unit, bool, int, real, string, and char.

(* examples/basic-data-types.sml *)