Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a Reducer for Lambda #162

Merged
merged 3 commits into from
Oct 11, 2023
Merged

Implement a Reducer for Lambda #162

merged 3 commits into from
Oct 11, 2023

Conversation

agureev
Copy link
Collaborator

@agureev agureev commented Oct 9, 2023

Implements recursive beta-reduction of Lambda terms alongside some minor arithmetic reductions. Changes compilation accordingly to compile only reduced terms.

@agureev agureev mentioned this pull request Oct 9, 2023
@agureev agureev force-pushed the artem/beta-reduction branch from a6b7c75 to 57d7b82 Compare October 10, 2023 11:30
@agureev agureev requested a review from mariari October 10, 2023 16:02
Adds a modulo class to Lambda, Geb, SeqN categories, representing
modulo arithmetic.
@mariari mariari force-pushed the artem/beta-reduction branch from bb4f5a0 to 666d1f9 Compare October 11, 2023 21:59
@mariari
Copy link
Member

mariari commented Oct 11, 2023

This seems to work fine

Implements recursive beta-reduction of Lambda terms alongside several
arithmetic/predicate optimizations.
@mariari mariari force-pushed the artem/beta-reduction branch from 666d1f9 to 06b05b7 Compare October 11, 2023 22:33
@mariari mariari merged commit f45cba4 into main Oct 11, 2023
@mariari mariari deleted the artem/beta-reduction branch October 11, 2023 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants