functional programming Flashcards
1
Q
Function definition
A
Rule for each member of Set A, assigns a value from Set B without necessarily using all Set B values
1
Q
Fold Definition
A
Function that reduces higher order functions to single value by repeatedly combining values
1
Q
Filter Function
A
Processes a list to give elements that match some condition exactly
1
Q
Map Function
A
Gives a list of results after applying function to a list