Module lambda_calculus::reduction
source · Expand description
β-reduction for lambda Terms
Re-exports
pub use self::Order::*;
Enums
- The evaluation order of β-reductions.
Functions
- Performs β-reduction on a
Termwith the specified evaluationOrderand an optional limit on the number of reductions (0means no limit) and returns the reducedTerm.