Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Reset and CoqIde

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Reset and CoqIde


chronological Thread 
  • From: Laurent Théry <Laurent.Thery AT sophia.inria.fr>
  • To: sidi <Sidi.Ould_Biha AT inria.fr>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Reset and CoqIde
  • Date: Thu, 10 Jun 2010 10:32:09 +0200

sidi wrote:
Hi,

When Replaying some coq scripts in CoqIDE, I got an error message after
the execution a Reset in a context similar to the flowing :
Inductive toto : Type :=
  | A : toto
  | B : toto -> toto.

Reset toto_rect.
...
Error: Use CoqIDE navigation instead

If this is not a CoqIDE bug, I don't see why the user should get an
error msg.


CoqIde doesn't accept Reset commands. To do reset you should use navigation
instead (put you cursor to the definition you want to undo and click on go to cursor).

--
Laurent



Archive powered by MhonArc 2.6.16.

Top of Page