Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Problems with reduction ?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Problems with reduction ?


chronological Thread 
  • From: "SAIBI Amokrane" <A.SAIBI AT oberthurcs.com>
  • To: <coq-club AT pauillac.inria.fr>
  • Subject: [Coq-Club] Problems with reduction ?
  • Date: Thu, 24 Jun 2004 16:53:10 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Hello,
You can try to use "Canonical structures" mechanism (reference manual 2.6.10) 
that can "maybe" solve the problem.
You must declare sigma as a "Canonical structure"
        Canonical Structure sigma.
Its effect is to add Hints to the "implicits" resolution algorithm: 
        (V ?) = vars => ? = sigma
        (C ?) = consts => ? = sigma
It is heavily used in the Category Therory formalisation and it is described 
in my thesis for this purpose and also
to simulate "lexical overloading".
best regards,
---
Amokrane SAÏBI





Archive powered by MhonArc 2.6.16.

Top of Page