Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Set Printing Coercion qualid

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Set Printing Coercion qualid


Chronological Thread 
  • From: Hugo Herbelin <Hugo.Herbelin AT inria.fr>
  • To: Michael Shulman <shulman AT sandiego.edu>
  • Cc: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Set Printing Coercion qualid
  • Date: Sat, 7 Nov 2015 11:02:57 +0100

Hi Mike,

On Thu, Nov 05, 2015 at 10:09:59AM -0800, Michael Shulman wrote:
> According to the reference manual,
>
> https://coq.inria.fr/distrib/current/refman/Reference-Manual021.html#hevea_command308
>
> "Set Printing Coercion <qualid>." forces coercion denoted by <qualid>
> to be printed. However, when I use this command (even on 8.5beta2) I
> get "Warning: There is no option Printing Coercion <qualid>." (where
> of course <qualid> is the name of some coercion already declared). Am
> I crazy? Does this command actually exist?

The doc is obsolete. Since 8.2, the new option is

Add Printing Coercion <qualid>.

Sorry,

Hugo




Archive powered by MHonArc 2.6.18.

Top of Page