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

Add op to initialise an array using a function #1627

Open
mark-koch opened this issue Nov 4, 2024 · 0 comments · May be fixed by #1633
Open

Add op to initialise an array using a function #1627

mark-koch opened this issue Nov 4, 2024 · 0 comments · May be fixed by #1633
Assignees
Labels
rust Pull requests that update Rust code

Comments

@mark-koch
Copy link
Contributor

mark-koch commented Nov 4, 2024

Required for CQCL/guppylang#616.

Signature forall n, T. (() -> T) -> array<n, T>

@mark-koch mark-koch added the rust Pull requests that update Rust code label Nov 4, 2024
@mark-koch mark-koch self-assigned this Nov 5, 2024
@mark-koch mark-koch linked a pull request Nov 5, 2024 that will close this issue
@mark-koch mark-koch changed the title Add prelude op to allocate an uninitialised array Add op to initialise an array using a function Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant