Skip to Content.
Sympa Menu

coq-club - [Coq-Club] "Debug On" mode

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] "Debug On" mode


chronological Thread 
  • From: Lionel Elie Mamane <lionel AT mamane.lu>
  • To: Coq Club <coq-club AT pauillac.inria.fr>
  • Subject: [Coq-Club] "Debug On" mode
  • Date: Thu, 22 Dec 2005 12:24:29 +0100
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

In some situations, Ltac tells me:

 User error: No matching clauses for match goal
            (use "Debug On" for more info)

Is this debug mode documented anywhere? Couldn't find it. When I do
"Debug On." and then repeat my command, I get some explanation of the
form:

 ---> cut <----
 The goal has been successfully matched!
 Let us execute the right-hand side part...

 Goal:
 ---> cut <----
 Going to execute:
 apply K_dec with (P := foo)

But then I get a prompt of the form

 TcDebug (1) > 

and I don't know what to type there. Quid?

Thanks in advance for your help,

-- 
Lionel




Archive powered by MhonArc 2.6.16.

Top of Page