Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Debugging a slow trivial

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Debugging a slow trivial


Chronological Thread 
  • From: Jason Gross <jasongross9 AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Debugging a slow trivial
  • Date: Fri, 27 Jun 2014 17:30:22 +0100

Hi,

Is there a good way to make [trivial] (or [eauto 1]) print out what it's trying as/before it's trying it?  I recently had a case where [trivial] took forever (over 10s).  I made a lucky guess and it was instantaneous once I cleared a hypothesis that it was taking forever trying to unify with the goal, but I'd like a more systematic way of debugging this.

Thanks,
Jason


  • [Coq-Club] Debugging a slow trivial, Jason Gross, 06/27/2014

Archive powered by MHonArc 2.6.18.

Top of Page