Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Is there a way to access the induction principle of an inductive type from a type term?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Is there a way to access the induction principle of an inductive type from a type term?


Chronological Thread 
  • From: <michael.soegtrop AT intel.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Is there a way to access the induction principle of an inductive type from a type term?
  • Date: Tue, 18 Nov 2014 13:04:30 +0100

Dear Coq users,

when I define an inductive type, a set of induction principles is created
automatically by Coq. When I have some term for an inductive type, is there a
way to access its default induction principles from the type term? I am
looking for somethign which works in the term language, not in the tactics
language.

Thanks & best regards,

Michael




Archive powered by MHonArc 2.6.18.

Top of Page