Skip to Content.
Sympa Menu

coq-club - [Coq-Club] functional type synonyms and structural recursion

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] functional type synonyms and structural recursion


Chronological Thread 
  • From: Kirill Taran <kirill.t256 AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] functional type synonyms and structural recursion
  • Date: Wed, 19 Mar 2014 16:50:48 +0400

Hello.

Can I make Coq to unify forall (x : X) {struct x}, A with T A, where T a := X -> A?
I need this type synonym for usage of some of my type classes, so I can't unwrap T A;
but I need to specify decreasing argument for my fixpoint definition.

Can I resolve that?

Sincerely,
Kirill Taran



Archive powered by MHonArc 2.6.18.

Top of Page