Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Navigation commands forbidden in files

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Navigation commands forbidden in files


Chronological Thread 
  • From: Adam Chlipala <adamc AT csail.mit.edu>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Navigation commands forbidden in files
  • Date: Wed, 13 Jun 2012 11:12:25 -0400

This is the new error message that Coq 8.4beta2 gives when using coqc to process files that use commands like [Reset]. Unfortunately, I've been relying on such commands in CPDT <http://adam.chlipala.net/cpdt/>, for didactic typesetting of command sequences that would never be present in polished source files in "real" projects. For instance, I will introduce a bad definition, work through examples showing why it is bad, and then [Reset] and redefine it.

Does anyone have suggestions on how to refactor to support 8.4beta2?



Archive powered by MHonArc 2.6.18.

Top of Page