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: herbelin <Hugo.Herbelin AT inria.fr>
  • To: Georgi Guninski <guninski AT guninski.com>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Please make coqtop and coqide not lie "Proof completed"
  • Date: Thu, 26 May 2011 13:28:57 +0200
  • 1;2403;0cfrom: Hugo Herbelin <Hugo.Herbelin AT inria.fr>

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).

Hugo Herbelin



Archive powered by MhonArc 2.6.16.

Top of Page