Skip to Content.
Sympa Menu

coq-club - [Coq-Club] dependent type matching

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] dependent type matching


Chronological Thread 
  • From: t x <txrev319 AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] dependent type matching
  • Date: Sun, 25 Aug 2013 21:39:52 +0000

Hi,

In the follow code example:
How do I rewrite extract_valueT as extract_valueT' through the use of match?

In particular, I don't know how to use the "rewrite H" for the types.

(I prefer style 2 as it's easier to read, even if a bit more involved to write.)

Thanks!



Archive powered by MHonArc 2.6.18.

Top of Page