Standard ML has six data types built in: unit, bool, int, real, string, and char.
unit
bool
int
real
string
char
(* examples/basic-data-types.sml *)