Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] "Concrete" multiset?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] "Concrete" multiset?


chronological Thread 
  • From: frederic.blanqui AT loria.fr
  • To: Edsko de Vries <devriese AT cs.tcd.ie>
  • Cc: coq-club AT pauillac.inria.fr, color AT loria.fr
  • Subject: Re: [Coq-Club] "Concrete" multiset?
  • Date: Wed, 7 Nov 2007 13:49:05 +0100 (CET)
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

On Wed, 7 Nov 2007, Edsko de Vries wrote:

   rewrite NatListTheory.union_comm ; assumption.

to finish the proof, but that tells me

 User error: Either the term NatList.union M2 M1 that must be rewritten
 occurs in a covariant position or the goal is not made of morphism
 applications only. You can replace only occurrences that are in a
 contravariant position and such that the context obtained by
 abstracting them is made of morphism applications only.

and I have absolutely no idea what that means. Any pointers?

see http://coq.inria.fr/V8.1/refman/Reference-Manual024.html

Chapter 21  User defined equalities and relations

by Claudio Sacerdoti Coen





Archive powered by MhonArc 2.6.16.

Top of Page