MetaCoq / metacoq

Metaprogramming, verified meta-theory and implementation of Coq in Coq
https://metacoq.github.io
MIT License
367 stars 79 forks source link

Remove useless calls to Eval vm_compute. #1079

Closed silene closed 2 months ago

silene commented 4 months ago

These evaluations do not produce anything interesting, since the called function is just a wrapper around a function created by Function the_loop. Admitted. and therefore opaque. This is related to coq/coq#18917.