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 22:37:27 +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:kXc4iRMNBfGAN0tUIvUl6mtUPXoX/o7sNwtQ0KIMzox0KP74rarrMEGX3/hxlliBBdydsKMczbKJ+Pi9EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6anHS+4HYoFwnlMkItf6KuS9aU15v8j7360qaQSj0AvCC6b7J2IUf+hiTqne5Sv7FfLL0swADCuHpCdrce72ppIVWOg0S0vZ/or9YwuxhX7vkm7otLVbjwV6U+V71RSjo8YE4v48i+jxDHQ0Ot+30TGjEUjxxHKw3d7VThQYy3tTH14LkukBKGNNH7GOhnEQ+p6L1mHUfl

Hi,

On 23.06.2016 22:27, Pierre Courtieu wrote:
> I don't know, I think most of regular users's large goals are of the form
> ...
> ======
> P1 ->
> P2 ->
> ...
>
> Pn ->
> P
>
> and in this case isn't P what people want to see?
> Well... At least ssreflect users may want this option set by defaut
> since P1 is the "active" hypothesis.

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. We are not using the
ssreflect proof style, and I can hardly imagine a case where we'd prefer
to see the end of the goal over its beginning.
So, I'd personally set coq-prefer-top-of-conclusion to t (thanks for
adding that!).

Kind regards,
Ralf



Archive powered by MHonArc 2.6.18.

Top of Page