ML Flashcards

1
Q

curried functions

A

a chain of functions (can be partially evaluated)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

higher order functions

A

functions that take a function as a param, degree one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

anonymous functions

A

creating functions on the fly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

datatypes in ML

A

include constructors and values; can define your own datatypes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ML

A
  • function language
  • lists are primary data structure
  • statically typed
  • uses type checking
How well did you know this?
1
Not at all
2
3
4
5
Perfectly