coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Beta Ziliani <beta AT mpi-sws.org>
- To: Coq Club <coq-club AT inria.fr>
- Subject: Re: [Coq-Club] Coq 8.9+beta1 is out!
- Date: Tue, 6 Nov 2018 07:24:22 -0300
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=beta AT mpi-sws.org; spf=Pass smtp.mailfrom=beta AT mpi-sws.org; spf=None smtp.helo=postmaster AT juno.mpi-klsb.mpg.de
- Ironport-phdr: 9a23:zmOa4B80HwgIYf9uRHKM819IXTAuvvDOBiVQ1KB30+scTK2v8tzYMVDF4r011RmVBdqds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2O2+55/ebx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMNboRr4oRzut86ZrSAfpiCgZMT457HrXgdF0gK5CvR6tuwBzz4vSbYqINvRxY7ndcMsVSmpPXMlfVyJPDIChYYURE+UMJvxXo5XnqlYUsReyGQuhCeXywTFInH/22qg63vw8HA7YwAwvBc8Fv3fVrNXxNacdS+a1zKjVxjjEdPxZxyv955LTfxAkufGMXKt8cdHfyEk0DQ/FiU+QqYP8Mj6Ty+8DvW+b7+96WuKujW4qswBxoj61xsctkIbFnIwVykrc+SV2wYY1Od24SFNgbtK+DJRQsCSaOo1rSc0hW2FloDs2x7MCtJKhYSQHzI4ryh3eZvCdfIWE/grvWPiNLTp8nn5oe7Kyiwyv/UWhy+DwTNS43VdOoydDj9LCrGoC1wbJ5ciCUvZ9/lmu2TKI1w3L6OFEPEY0la3BJ54k2r4wl4MfsUfHHi/tg0r6lqqWdl0r+uSy9uvofK3qpp6aN4BqlgHzKrkil8K7DOgiLwQDW3KX9Oe92bH58kD1XK1GjvgsnanYtJDaK94bpqm8AwJNyYks9Qq/AC293dQdhXkHLUtJeAmJjojyIV3OJ+r4Dfinj1S2jDhr3+zGPqHmApjVMnfDl67hca9h5E5Y1Qo81stS54lUC7EEOPL8QFX9tN3eDh8jMgy72fzrCNtn1tBWZWXaKaiAeIjWrFXAsukoOqyHYJIfkDf7MfksofD02ywXg1gYKIOkwZJfWnG8H/1gIg3Na3fwi/8ECWZPpRUlCuvwhwvRAnZoe3+uUvdktXkAA4W8ANKGH9j12e3T7GKABpRTI1t+JBWJGHbseZ+DXq5XOieKI4p6jSdCUqKuGdZ4iUOe8TTiwr8iFdL6vzUCvMu4ht1t5qjIigp08iZ7XZzEjjO9Clpsl2ZNfAcYmaBypUsnkAWBzK5/xflAFJlQ4+hDFAIiOtjQwr4iBg==
Great, thanks Théo!
On Tue, Nov 6, 2018 at 7:15 AM Théo Zimmermann <theo.zimmi AT gmail.com> wrote:
Hi,
On 06/11/2018 11:03, Beta Ziliani wrote:
> Hi devs, I have little questions regarding the changes:
>
> On Tue, Nov 6, 2018 at 6:46 AM Guillaume Melquiond
> guillaume.melquiond AT inria.fr
> <http://mailto:guillaume.melquiond AT inria.fr> wrote:
>
> Dear Coq users,
>
> Tactics: introduction tactics intro/intros on a goal that is an
> existential variable now force a refinement of the goal into a
> dependent
> product rather than failing.
>
> Uh,.. why? Will the following tactic endlessly loop? |repeat (intros ?)|
Why would you use repeat (intros ?) instead of intros * exactly?
Anyways, here is the link to the corresponding PR if you want to comment
or see the context: https://github.com/coq/coq/pull/7304
You may also open an issue if you think this PR is bad and should be
reverted.
>
>
>
> Vernacular:
>
> - Experimental support for attributes on commands as in "#[local] Lemma
> foo : bar." Tactics and tactic notations now support the deprecated
> attribute.
>
> What is |#[local]|? Why is there now support for a deprecated thing?
Guillaume, could you upload the manual so that we can point people to it?
Essentially #[local] is the same as Local and we advise not to rely on
it as the feature is completely experimental and the syntax may change.
Support for the deprecated attribute means that a deprecated attribute
may be attached to tactics defined with Ltac or Tactic Notation to mark
them as deprecated. Again, this is documented in the manual (but it is
not online yet).
>
> Many thanks,
> Beta
>
Best,
Théo
- [Coq-Club] Coq 8.9+beta1 is out!, Guillaume Melquiond, 11/06/2018
- Re: [Coq-Club] Coq 8.9+beta1 is out!, Beta Ziliani, 11/06/2018
- Re: [Coq-Club] Coq 8.9+beta1 is out!, Théo Zimmermann, 11/06/2018
- Re: [Coq-Club] Coq 8.9+beta1 is out!, Beta Ziliani, 11/06/2018
- Re: [Coq-Club] Coq 8.9+beta1 is out!, Clément Pit-Claudel, 11/06/2018
- Re: [Coq-Club] Coq 8.9+beta1 is out!, Ralf Jung, 11/16/2018
- Re: [Coq-Club] Coq 8.9+beta1 is out!, Théo Zimmermann, 11/16/2018
- Re: [Coq-Club] Coq 8.9+beta1 is out!, Théo Zimmermann, 11/06/2018
- Re: [Coq-Club] Coq 8.9+beta1 is out!, Théo Zimmermann, 11/08/2018
- Re: [Coq-Club] Coq 8.9+beta1 is out!, Beta Ziliani, 11/06/2018
Archive powered by MHonArc 2.6.18.