Skip to Content.
Sympa Menu

coq-club - [Coq-Club] the type of [sum]

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] the type of [sum]


Chronological Thread 
  • From: Jason Gross <jasongross9 AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] the type of [sum]
  • Date: Mon, 10 Sep 2012 12:43:53 -0400

Hi,
Can someone explain to me why the type of [sum] is
      [Type (* Coq.Init.Datatypes.33 *) ->
       Type (* Coq.Init.Datatypes.34 *) ->
       Type (* max(Set, Coq.Init.Datatypes.33, Coq.Init.Datatypes.34) *)]
In particular, why is the [sum] of two propositions in [Set], rather than in [Prop]?

Thanks.

-Jason



Archive powered by MHonArc 2.6.18.

Top of Page