Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] About numeral notations

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] About numeral notations


Chronological Thread 
  • From: Pierre Letouzey <pierre.letouzey AT inria.fr>
  • To: 김형선 <hskiowa AT kaist.ac.kr>
  • Cc: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] About numeral notations
  • Date: Fri, 6 Jul 2012 14:10:32 +0200 (CEST)



----- Mail original -----
>
>
> Dear coq-club,
>
> I read in Ch.12 of the reference book that numeral notations are
> defined in OCaml level, not in the Coq level. That sounded very
> understandable to me.
> I wonder in which file the numerical notations are coded for nat,
> positive, Z, R, and Q. (I could not find a separate i.e.
> non-Coq-level numeral notation for Q, though.)
>
>
> HyungSun Kim

Hi

You should have a look at the plugins/syntax/ directory in the coq
sources. For instance plugins/syntax/nat_syntax.ml for nat...

Best regards
Pierre Letouzey



Archive powered by MHonArc 2.6.18.

Top of Page