Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Warning

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Warning


chronological Thread 
  • From: Nadeem Abdul Hamid <nadeem AT acm.org>
  • To: Eduardo.Gimenez AT trusted-logic.fr
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Warning
  • Date: Wed, 17 Apr 2002 13:17:12 -0400
  • Organization: Yale University

For example, defining pred as below, using the name "plus" as a matching variable (where "plus" is also a predeclared function), means that in the body of the successor case, you cannot use "plus" as the addition function.

Definition mypred := [n:nat] (Cases n of O => O | (S plus) => plus end).
Warning: Defined reference plus is here considered as a matching variable

--- nadeem


Eduardo Gimenez wrote:

What is the meaning of this warning and which command raises it up??

"Warning: Defined reference data is here considered as a matching variable"



-------------------
To unsubscribe, mail 
coq-club-request AT pauillac.inria.fr
Bug reports: http://coq.inria.fr/bin/coq-bugs
Coq-Club Archives: http://coq.inria.fr/mailing-lists/coqclub/




Archive powered by MhonArc 2.6.16.

Top of Page