Slide 2
Slide 2 text
What is ML? No, not machine learning
● “Meta Language”
● Originally designed as a language to build a theorem prover by Robin Milner
● Strong, static typing
● Enables powerful type inference via the Hindley-Milner algorithm
● We’ll focus on those last two pieces in modern implementations
● Code samples will be in OCaml