Slide 16
Slide 16 text
Standard ML
▶ developed in the 1970s/80s
▶ main application domain: theorem proving
▶ type inference, garbage collection, algebraic data types, references
▶ module: named collection of values and types, possibly abstract
▶ functor: module → module
12