Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] a question

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] a question


chronological Thread 
  • From: Adam Chlipala <adam AT chlipala.net>
  • To: Vladimir Voevodsky <vladimir AT ias.edu>
  • Cc: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] a question
  • Date: Mon, 25 Oct 2010 10:57:49 -0400

Vladimir Voevodsky wrote:
Is there a standard name in Coq for the following:

Inductive nonempty (T:Type) : Prop := wtns: T ->  nonempty T.

Yes:

Coq < Print inhabited.
Inductive inhabited (A : Type) : Prop :=  inhabits : A -> inhabited A




Archive powered by MhonArc 2.6.16.

Top of Page