Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Should this be obvious?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Should this be obvious?


chronological Thread 
  • From: Vilhelm Sjöberg <vilhelm AT cis.upenn.edu>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Should this be obvious?
  • Date: Fri, 20 Apr 2012 23:25:04 -0400

On 2012-04-20 23:13, Bernard Hurley wrote:
one ought to be able to construct an object
of data type  [vstack (Nat :: Bool :: Nat :: nil)] that corresponds in
the "obvious" way to the sequence (2, true, 7). However I can't see how
this could be done. How could it be done?


Definition foo : vstack (Nat :: Bool :: Nat :: nil)
  := (2, (true, (7, tt))).

Vilhelm Sjöberg



Archive powered by MhonArc 2.6.16.

Top of Page