math-comp / algebra-tactics

Ring, field, lra, nra, and psatz tactics for Mathematical Components
32 stars 2 forks source link

TODOs in `lra` #73

Open pi8027 opened 1 year ago

pi8027 commented 1 year ago

Short term:

Long term:

pi8027 commented 1 year ago

Better error messages (things like "Cannot find witness" are shown as debug messages, which is weird).

To do error handling properly, we have to call a witness generator (like wlra_Q) and a reflection tactic separately. But, since the former puts the witness in the context, it is unclear how to retrieve it.