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

Convert Nat literals to Core integers #1681

Merged
merged 6 commits into from Jan 3, 2023
Merged

Convert Nat literals to Core integers #1681

merged 6 commits into from Jan 3, 2023

Conversation

lukaszcz
Copy link
Collaborator

Now it's possible to write 1 + 2 in the Juvix REPL and not get an error.

Closes #1645.

@lukaszcz lukaszcz added the core Related to JuvixCore label Dec 23, 2022
@lukaszcz lukaszcz added this to the 0.3 milestone Dec 23, 2022
@lukaszcz lukaszcz self-assigned this Dec 23, 2022
@lukaszcz lukaszcz marked this pull request as ready for review December 23, 2022 15:09
@jonaprieto jonaprieto self-requested a review January 3, 2023 10:29
@jonaprieto jonaprieto merged commit c55f04d into main Jan 3, 2023
@jonaprieto jonaprieto deleted the nat-literals branch January 3, 2023 17:52
janmasrovira pushed a commit that referenced this pull request Jan 3, 2023
Now it's possible to write `1 + 2` in the Juvix REPL and not get an
error.

Closes #1645.

Co-authored-by: Jonathan Cubides <jonathan.cubides@uib.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to JuvixCore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert literal naturals to Nat terms
2 participants