Open
Description
The CertiCoq evaluator requires constructors to be fully-applied.
To comply, the backend currently eta-expands constructor applications, but this verified transformation is already provided by the MetaCoq project.
Once we get the plumbing with the rest of the pipeline going, this transformation should be dropped from the backend to use the verified one instead.