gmalecha / coq-ltac-iter

Access hint databases from tactics.
MIT License
12 stars 3 forks source link

Last example of Iterating Premises #7

Open zunction opened 4 years ago

zunction commented 4 years ago

Hi, I'm trying to understand the functionalities of coq-ltac-iter through running through your example.v file. However in the last example of Iterating Premises, it returns the error message below:

Error: Anomaly "Uncaught exception Not_found." Please report at http://coq.inria.fr/bugs/.

At the same time, would also like to check with you on my understanding of this coq plugin. From what I conclude, this plugin allows iterating over terms found in a type. But does this iteration merely provide a reference for the user, or it allows the user to run through this iteration to solve the goal of the user?

Thanks.