Skip to Content.
Sympa Menu

coq-club - [Coq-Club] How to search library using Ltac

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] How to search library using Ltac


chronological Thread 
  • From: ���� <hskiowa AT kaist.ac.kr>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] How to search library using Ltac
  • Date: Thu, 12 Apr 2012 16:20:09 +0900 (KST)

Dear coq-club,

 

I an wondering how to automate searching process using Ltac.

Can I code a tactic to do searching for past-established theorems, instead of manually doing SearchAbouts.

I thought "Hint Resolve" and "auto with ..." did the similar job, but they don't seem powerful enough in that I cannot put in keywords to narrow down my choices.

 

I am thinking of buliding a weak ATP out of Coq.

Do people think it feasible?

 

HyungSun Kim




Archive powered by MhonArc 2.6.16.

Top of Page