I'm using Compute
to write a simple grader for assignments that are programs written in Coq (no proofs at this point in the course). Is there a way to have printing not emit the result types?
Something like "let x := eval cbv foo in idtac x" (or maybe eval cbv in foo ?)
Tho you'll need to open a dummy goal first.
Last updated: Oct 13 2024 at 01:02 UTC