Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Suggestions for Proof General?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Suggestions for Proof General?


Chronological Thread 
  • From: Ralf Jung <jung AT mpi-sws.org>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Suggestions for Proof General?
  • Date: Thu, 23 Jun 2016 23:44:43 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=jung AT mpi-sws.org; spf=Pass smtp.mailfrom=jung AT mpi-sws.org; spf=None smtp.helo=postmaster AT hera.mpi-klsb.mpg.de
  • Ironport-phdr: 9a23:oztuuhWfmvAzqdxmi6zPE6CT8rDV8LGtZVwlr6E/grcLSJyIuqrYZhaEt8tkgFKBZ4jH8fUM07OQ6PG4HzRfqs/f+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aJBzzOEJPK/jvHcaK1oLshrj0o8KYOlsArQH+SIs6FA+xowTVu5teqqpZAYF19CH0pGBVcf9d32JiKAHbtR/94sCt4MwrqHwI6Lpyv/JHBK79ZuEzSaFSJDUgKWE8osPx5jfZSg7a3HIYXC00jxxHS1zH8Rf1dpLps27hqfE73zOVa56lBYsoUCivuv84ACTjjz0KYmY0

Hi,

> We frequently have goals where "P" is large. Usually that's an accident
> ;-) but for example, proving a Hoare triple about an interesting piece
> of code can result in a pretty long goal of which only the beginning
> (the expression in head position) is interesting.
>
>
> You are of the "strongest postcondition" chapel then. And Thou shall
> Burn in Hell for such perverted practice! :-)

Actually, we're using weakest preconditions. ;)

> Then telescope being yet another set of hypothesis (cf R. Krebbers proof
> mode), they would go in yet another window?
>
> Leading to something like:
>
>
> H1:... scrollable
> H2: ..
> ================
> P1
> P2 scrollable
> P3
> ----------------
> P scrollable
>

Right, the Hoare triple I talked about is just the conclusion in
Robbert's proof mode. So I guess PG has little chance of understanding
that goal anyway.

Doesn't putting all these things into separate buffers waste enormous
amounts of space, i.e. those extra status lines and scrollbars emacs
puts at the bottom of a buffer?

Kind regards,
Ralf



Archive powered by MHonArc 2.6.18.

Top of Page