Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Recursive Class

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Recursive Class


chronological Thread 
  • From: AUGER Cedric <Cedric.Auger AT lri.fr>
  • To: coqclub AT inria.fr
  • Subject: [Coq-Club] Recursive Class
  • Date: Thu, 12 May 2011 14:39:29 +0200

Hi all,
 would it be possible to allow recursion in Records, Structure, Class,
 so that the accessibility predicate may become a Class?

  Class Acc (X: Type) (P: X → X → Prop) (x: X) := Acc_intro {
   wf: forall y, P x y → Acc X P x
  }.

Or is it considered useless in practice to have such a feature?




Archive powered by MhonArc 2.6.16.

Top of Page