what is the main function of reduction
Answers
Answered by
3
Answer:
Conceptually, an expression is reduced by simplifying one reducible expression (called “redex”) at a time. Each step is called a reduction, and we'll use -- > to show the result. Reduction is important because it is the sole means of execution of a functional program.
Answered by
2
Answer:
the function of reduction
Explanation:
Reduction is the process of converting an expression to a simpler form. Conceptually, an expression is reduced by simplifying one reducible expression (called “redex”) at a time. Each step is called a reduction, and we’ll use -- > to show the result.
Similar questions