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

Combine Field, bool, and () into Type::Integer #6798

Open
Tracked by #6569
michaeljklein opened this issue Dec 12, 2024 · 0 comments · May be fixed by #6843
Open
Tracked by #6569

Combine Field, bool, and () into Type::Integer #6798

michaeljklein opened this issue Dec 12, 2024 · 0 comments · May be fixed by #6843
Assignees

Comments

@michaeljklein
Copy link
Contributor

michaeljklein commented Dec 12, 2024

Type::Integer handles all (optionally-signed) integral types aside from:

  • Field: unsigned, FieldElement::max_num_bits()
  • bool: unsigned, one bit
  • (): unsigned, zero bits
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Dec 12, 2024
@michaeljklein michaeljklein changed the title Integral types: Combine Field, bool, and () into Type::Integer Dec 12, 2024
@michaeljklein michaeljklein self-assigned this Dec 12, 2024
@michaeljklein michaeljklein linked a pull request Dec 17, 2024 that will close this issue
5 tasks
@TomAFrench TomAFrench moved this from 📋 Backlog to 🏗 In progress in Noir Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

1 participant