Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Pretty conversion of Coq to HTML?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Pretty conversion of Coq to HTML?


Chronological Thread 
  • From: "Paul A. Steckler" <steck AT stecksoft.com>
  • To: coq-club <coq-club AT inria.fr>
  • Cc: Gabriel Scherer <gabriel.scherer AT gmail.com>
  • Subject: Re: [Coq-Club] Pretty conversion of Coq to HTML?
  • Date: Mon, 21 Aug 2017 13:20:17 -0400
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=stecksoft AT gmail.com; spf=Pass smtp.mailfrom=stecksoft AT gmail.com; spf=None smtp.helo=postmaster AT mail-pg0-f43.google.com
  • Ironport-phdr: 9a23:2RDI2hW4K7hzyWoBI/T6i7QsCZHV8LGtZVwlr6E/grcLSJyIuqrYZR2Dt8tkgFKBZ4jH8fUM07OQ6P+wHzFYqb+681k8M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aMlzFOAF0PuX4HJLJx4Tyjrjqus6bXwIdjz2kJLh2MR/++Q7Wr4wdhZZoAqc30BrA5HVSLbd432RtcBirlgv4ru72tKV//i9Tv/87vYYUSrn3dKcQVqBVBzc9NG4posbssE+QHkO0+nIAXzBOwVJzCA/f4US/B8+pvw==

It would be straightforward to add a show-goal-on-hover feature to
Proof General.

I can add that to PG/xml, if anyone is interested.

On Wed, Aug 16, 2017 at 2:14 PM, James R Wilcox
<jrw12 AT cs.washington.edu>
wrote:
>> James, what tool did you use for you indeed awesome dep-destruct
>> webpage? The fact that the same goals-on-hover rendering does not
>> exist for your other posts (
>> https://homes.cs.washington.edu/~jrw12/SharedMem.html for example )
>> unfortunately suggests that there may be a fair amount of manual
>> effort involved.
>
>
> There is indeed quite a bit of manual effort involved. I use this python
> script to process a coq file with special commands in comments. To get hover
> over, contexts must be manually inserted into commands in the coq file. I
> sometimes use an emacs macro to semi-automate this process, but it still
> requires keystrokes linear in the number of proof steps.
>
> I wish such trickery were not required, and would be happy to hear of better
> approaches.
>
> James



Archive powered by MHonArc 2.6.18.

Top of Page