Skip to content

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

@andrew-appel

Description

@andrew-appel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions