Skip to Content.
Sympa Menu

coq-club - RE: [Coq-Club] Easy question re: implicit parameters

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

RE: [Coq-Club] Easy question re: implicit parameters


Chronological Thread 
  • From: "Soegtrop, Michael" <michael.soegtrop AT intel.com>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: RE: [Coq-Club] Easy question re: implicit parameters
  • Date: Fri, 15 Sep 2017 15:57:38 +0000
  • Accept-language: de-DE, en-US
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=michael.soegtrop AT intel.com; spf=Pass smtp.mailfrom=michael.soegtrop AT intel.com; spf=None smtp.helo=postmaster AT mga14.intel.com
  • Dlp-product: dlpe-windows
  • Dlp-reaction: no-action
  • Dlp-version: 11.0.0.116
  • Ironport-phdr: 9a23:V0x07RYMXDbHHyZSMXUHH/D/LSx+4OfEezUN459isYplN5qZpsW7bnLW6fgltlLVR4KTs6sC0LWG9f24EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i76vnYuHUC1Pg1sY+/xB4T6jsKt1un09YeZK1FDgyP4ardvJj23qx/Qv48Ym90xBLw2z06DmXxFdPhMwnssbXeSlBb168P6tMpm8i9Qsv8lsdVHXKrmZaMgZb1eEDkidWsy4Zu45lH4UQKT6y5EAS0tmR1SDl2d4Q==

Dear Guillaume,

> What do you have in mind?

You are right, one could keep "Set Implicit Arguments" in a file until all
implicit arguments are changed to the "explicitly maximally inserted
implicit" notation. But I think removing "Set Implicit Arguments", use {} for
all implicit arguments and change this to [] where legacy code requires this
and then, one by one, replace the [] with {} adjusting the code depending on
[] looks like a more viable path. Without this "Set Implicit Arguments" will
probably never go away. Of cause this assumes that there is substantial
amount of legacy code which won't work with maximally inserted implicit
arguments.

Btw.: I still wonder where the scope difference comes from.

Best regards,

Michael
Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Christian Lamprechter
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928



Archive powered by MHonArc 2.6.18.

Top of Page