Closed monadius closed 4 years ago
When I updated this kata, I observed that it times out frequently with Coq 8.11. The new version of Coq takes more time to analyze dependencies when checking assumptions (it happens with the plugin CWAssert Assumes and with Print Assumptions).
CWAssert Assumes
Print Assumptions
Deployed the change
When I updated this kata, I observed that it times out frequently with Coq 8.11. The new version of Coq takes more time to analyze dependencies when checking assumptions (it happens with the plugin
CWAssert Assumes
and withPrint Assumptions
).