Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Can this new way of displaying records be switched off, please?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Can this new way of displaying records be switched off, please?


chronological Thread 
  • From: Chris Dams <chris.dams.nl AT gmail.com>
  • To: AUGER Cedric <Cedric.Auger AT lri.fr>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Can this new way of displaying records be switched off, please?
  • Date: Fri, 1 Jul 2011 07:29:51 +0200

Hello Cedric,

Thank you for the information. My conclusion is that I will be
replacing most, if not all, of the Records that I have in my code by
Inductives as I simply cannot stomach the new Record notation. The
nice thing about the Records used to be that the field names can be
used to get a field from a Record. So, I will turn the field names
that I need in separate Definitions with match-constructions. This
would seem to solve the problem for me. Fortunately I was not using
that many different Record types anyway.

Cedric and/or others might want to consider providing a "Set Printing"
option for switching this new notation display off. If I feel like it
I might even create a feature request in the bugzilla.

All the best,
Chris



Archive powered by MhonArc 2.6.16.

Top of Page