ML Flashcards
1
Q
curried functions
A
a chain of functions (can be partially evaluated)
2
Q
higher order functions
A
functions that take a function as a param, degree one
3
Q
anonymous functions
A
creating functions on the fly
4
Q
datatypes in ML
A
include constructors and values; can define your own datatypes
5
Q
ML
A
- function language
- lists are primary data structure
- statically typed
- uses type checking