Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Problems with reduction ?


chronological Thread 
  • From: Pierre Casteran <casteran AT labri.fr>
  • To: SAIBI Amokrane <A.SAIBI AT oberthurcs.com>, c.t.mcbride AT durham.ac.uk
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Problems with reduction ?
  • Date: Mon, 28 Jun 2004 09:09:51 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>
  • Organization: LaBRI

SAIBI Amokrane wrote:
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

--------------------------------------------------------
Bug reports: http://coq.inria.fr/bin/coq-bugs
Archives: http://pauillac.inria.fr/pipermail/coq-club
          http://pauillac.inria.fr/bin/wilma/coq-club
Info: http://pauillac.inria.fr/mailman/listinfo/coq-club



That works!

Thanks to you and Conor for helping me.

Cheers,
Pierre


--
Pierre Casteran,
LaBRI, Universite Bordeaux-I      |
351 Cours de la Liberation        |
F-33405 TALENCE Cedex             |
France                            |
tel : (+ 33) 5 40 00 69 31
fax : (+ 33) 5 40 00 66 69
email: Pierre . Casteran @ labri .  fr  (but whithout white space)
www: http://www.labri.fr/Perso/~casteran









Archive powered by MhonArc 2.6.16.

Top of Page