Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Empty type

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Empty type


Chronological Thread 
  • From: Marco Maggesi <maggesi AT math.unifi.it>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Empty type
  • Date: Tue, 12 Feb 2013 19:57:39 +0100

When I try to define in Coq 8.4 the empty Type but I get an empty Prop.
Is this a bug?
M.

Welcome to Coq 8.4 (September 2012)

Coq < Inductive empty : Type := .
empty is defined
empty_rect is defined
empty_ind is defined
empty_rec is defined

Coq < Check empty.
empty
: Prop



Archive powered by MHonArc 2.6.18.

Top of Page