Skip to content
New issue

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

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

Already on GitHub? # to your account

More concise defined evaluations (Definition arch : nat := Eval ... ) #690

Open
andrew-appel opened this issue Jun 20, 2023 · 0 comments
Open

Comments

@andrew-appel
Copy link
Collaborator

An anonymous referee of a CoqPL submission suggests,

Definition arch : nat := ltac:(let x := constr:(arch') in let x := eval compute in x in exact x).

Why not

Definition arch : nat := Eval vm_compute in arch'.

same for GNU_errors just below

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant