Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Please make coqtop and coqide not lie "Proof completed"

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Please make coqtop and coqide not lie "Proof completed"


chronological Thread 
  • From: Georgi Guninski <guninski AT guninski.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Please make coqtop and coqide not lie "Proof completed"
  • Date: Fri, 27 May 2011 09:51:40 +0300
  • Header: best read with a sniffer

On Thu, May 26, 2011 at 01:28:57PM +0200, herbelin wrote:
> Hi,
> 
> > coqtop gives misleading message:
> > 
> > Inductive CC : Prop := C1: (exists B : Prop,CC)->CC | C2 : True->CC.
> > Lemma l3: CC->False.
> > Proof.
> > fix 1. 
> > intros.
> > exact (l3 H).
> > Qed.
> > l3 < Proof completed.
> > ^ the above is a lie :)
> 
> Indeed, the message is worth to be improved (done in the development
> version).
>

thanks. trunk coqtop appears fixed.

trunk coqide still gives "Proof completed" though.




Archive powered by MhonArc 2.6.16.

Top of Page