Coq-Equations icon indicating copy to clipboard operation
Coq-Equations copied to clipboard

"Unable to build a covering": how to trace down?

Open xuanruiqi opened this issue 6 years ago • 3 comments

I have some Agda code that I want to transcribe into Equation, but it doesn't quite work. The code is here, and the problematic definition is balright. Specifically, I get the following error message:

Unable to build a covering for:
balright d cl cr c l v r valid_l valid_r

I suppose this means I am missing cases, but there is no indication of what cases are missing, so that I can add the appropriate impossible clauses.

Are there any pointers to how to begin?

xuanruiqi avatar Jun 15 '19 04:06 xuanruiqi

It might help to use Set Equations Debug to trace where/why covering fails.

mattam82 avatar Jun 25 '19 19:06 mattam82

Could you make a smaller example without CpdtTactics?

mattam82 avatar Aug 15 '19 20:08 mattam82

Sure. It is here.

xuanruiqi avatar Aug 15 '19 20:08 xuanruiqi