-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Andrej's investigation into performance yielded that we shouldn't use Print Assumptions, because it is too slow.
Now an open question is whether we want Check commands after important theorems or not. Previously we wanted them to out Print Assumptions into context, nut now they might be unnecessary as well. Leaving them out might make the compile logs easier to read.
An alternative (that I don't find necessarily good) is to have a summary.v file which contains lots of Check commands, but is not in the Coq project.
I could also look into implementing a MetaCoq Run Check command which only prints its results in interactive mode and not in compilation mode.
Metadata
Metadata
Assignees
Labels
No labels