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

JuvixCore primitive types #1521

Merged
merged 2 commits into from
Sep 7, 2022
Merged

JuvixCore primitive types #1521

merged 2 commits into from
Sep 7, 2022

Conversation

lukaszcz
Copy link
Collaborator

@lukaszcz lukaszcz commented Sep 7, 2022

Description

JuvixCore primitive types do not necessarily correspond directly to builtins, but may serve as primitive representations of other types. For example, any type with two zero-argument constructors may be represented by booleans, any type isomorphic to unary natural numbers may be represented by integers with minimum value 0.

@lukaszcz lukaszcz self-assigned this Sep 7, 2022
@lukaszcz lukaszcz added the core Related to JuvixCore label Sep 7, 2022
@lukaszcz lukaszcz modified the milestones: 0.3, 0.2.5 Sep 7, 2022
@janmasrovira janmasrovira merged commit 09b818e into main Sep 7, 2022
@janmasrovira janmasrovira deleted the core-primitive-types branch September 7, 2022 08:22
lukaszcz added a commit that referenced this pull request Sep 7, 2022
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.

2 participants